export declare class Matcher {
    match(value: any): boolean;
    toString(): string;
}
