export declare function normalizeSegmentPath(pathname: string): string; export declare function matchApiPathPattern(pattern: string, pathname: string): Record | null; export declare function scoreApiPathPattern(pattern: string): number; export declare function matchExplicitStaticPathPattern(pattern: string, pathname: string): Record | null; export declare function matchColonSegmentPath(pattern: string, pathname: string): Record | null; export declare function scoreColonSegmentPath(pattern: string): number;