import { Matcher } from "./type/Matcher";
export declare class ArgsToMatchersValidator {
    validate(matchers: Matcher[], args: any[]): boolean;
}
