export interface BaseTransactionType {
    readonly [key: string]: string;
}
export declare const formatBalance: (balance: string | number) => string;
export declare const formatTransactionAmount: (amount: string | number) => string;
export declare const getTransactionTypeLabel: <T extends string>(transactionType: T, labels?: Record<T, string>) => string;
//# sourceMappingURL=cash-account.d.ts.map