export declare function longestMatchingPrefix(urlPrefixes: Array<string>, fullUrl: string): string;
