export declare type FormatType = 'yuan' | 'fen' | 'decimalToPercentSave2Decimal' | 'percentSave2Decimal' | 'percentSave0Decimal' | 'decimalToPercentSave0Decimal' | 'int' | 'decimal' | 'text' | 'secToTimeMS' | 'secToTime' | 'secToTimeChMS' | 'secToTimeHM'; export declare const formatData: (config: { type: FormatType; value?: any; afterUnit?: string; beforeUnit?: string; isAbs?: boolean; }) => any; //# sourceMappingURL=formatData.d.ts.map