export { sortPageContext };
declare function sortPageContext(pageContext: Record<string, unknown>): void;
