export declare class Matcher { private pattern; private url; constructor(pattern: string, url: string); match(): boolean; }