import { Matcher } from '../Matcher'; export declare class Factory { create(pattern: string, url: string): Matcher; }