export declare const getFormatter: {
    name: string;
    read(value: any | any[] | string, key: string | number): any;
};
