export interface Validator { isValid(argument: ArgumentType): boolean; } //# sourceMappingURL=validator.interface.d.ts.map