export { getPageContextRequestUrl };
export { pageContextJsonFileExtension };
export { doNotCreateExtraDirectory };
declare const pageContextJsonFileExtension = ".pageContext.json";
declare const doNotCreateExtraDirectory = false;
declare function getPageContextRequestUrl(url: string): string;
