export declare const getFormattedAmountAndValue: (value?: string) => { value: string; formattedValue: string; }; //# sourceMappingURL=getFormattedAmountAndValue.d.ts.map