import { Matcher } from './Base';
export declare class AnythingMatcher extends Matcher {
    check(_v: any): boolean;
    toString(): string;
    static make(): any;
}
