export declare class ValidatorDefinition { private definition; readonly id: string; readonly args: Array; constructor(definition: string); }