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