export declare const preferFormatter: {
    name: string;
    read(value: any, preferValue: any): any;
};
