export type Validator = {
    value?: any;
    message?: string;
};
export type Validators = Record<string, Validator>;
//# sourceMappingURL=type.d.ts.map