export declare function isLikelyPagePath(pathname: string): boolean; export declare function scorePagePath(pathname: string): number; export declare function normalizeDiscoveredPath(value: string | undefined | null, finalUrl: URL): string | null; export declare function rankDiscoveredPaths(paths: Array): string[];