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