export declare const findBestPath: (url: string, paths: string[], basePath?: string) => string; export declare const isBetterPath: (standard: string, contender: string) => boolean;