export { normalizePathSep, denormalizePagePath } from './denormalize-page-path'; export declare function normalizePagePath(page: string): string;