export declare const urlPathLength: (path: string) => number; interface PathObject { path: string; } export declare const sortPathMatchConfigs: (objects: T[]) => T[]; export {};