export declare type Format = (x: any) => {
    [index: string]: any;
};
export declare let simpleFormat: Format;
export declare let exchangeFormat: Format;
export declare let objectFormat: Format;
