export declare function urlMatches(url: string, urlToMatch: string | RegExp): boolean;
/**
 * Check if {@param url} should be ignored when comparing against {@param ignoredUrls}
 * @param url
 * @param ignoredUrls
 */
export declare function isUrlIgnored(url: string, ignoredUrls?: Array<string | RegExp>): boolean;
//# sourceMappingURL=url.d.ts.map