export declare type ValidationResult = {
    field: string;
    message: string;
};
//# sourceMappingURL=ValidationResult.d.ts.map