export declare const firstFormatter: {
    name: string;
    read(value: any | any[] | string): any;
};
