import { ValidationDataRoot } from './contracts'; export declare function patchValue(data: ValidationDataRoot, field: string, fieldValue: any): void;