import { Field } from '../Field'; export declare type NormalizeType = (value: T, field: Field) => T;