export declare function deriveRouteContext(pathname: string, productSlug: string, fallbackPageId: string, getPageIdFromPath?: (pathname: string) => string | undefined): { moduleId?: string; pageId?: string; }; //# sourceMappingURL=route.d.ts.map