export declare type TransferErrors = Record; export interface Validator { validate(subject: T, errors: TransferErrors): Promise; } //# sourceMappingURL=Validator.d.ts.map