import type { Segment } from '../../../server/app-render/types';
export declare function createRouterCacheKey(segment: Segment, withoutSearchParameters?: boolean): string;
