declare function currencyFlatten(options: any): string; declare function currencyUnFlatten(currency: any): { currency: any; issuer: any; }; declare function getServerInfo(ctx: any): Promise; declare function getAccounts(ctx: any): Promise; declare function getAccountInfo(ctx: any): Promise; declare function getAccountTums(ctx: any): Promise; declare function getAccountRelations(ctx: any): Promise; declare function getAccountBalances(ctx: any): Promise; declare function getAccountPayment(ctx: any): Promise; declare function getAccountPayments(ctx: any): Promise; declare function getAccountTransaction(ctx: any): Promise; declare function getAccountTransactions(ctx: any): Promise; declare function getAccountOrder(ctx: any): Promise; declare function getAccountOrders(ctx: any): Promise; declare function getAccountSignerList(ctx: any): Promise; declare function getBrokerage(ctx: any): Promise; declare function getOrderBook(ctx: any): Promise; declare function getTransaction(ctx: any): Promise; declare function getLedgerClosed(ctx: any): Promise; declare function getLedgerHash(ctx: any): Promise; declare function getLedgerIndex(ctx: any): Promise; declare function postBlob(ctx: any): Promise; declare function postJsonMultisign(ctx: any): Promise; export declare const FREEZE: { reserved: number; each_freezed: number; }; declare function processBalance(data: any, condition?: any): { balances: any[]; sequence: any; }; export { getServerInfo, getAccounts, currencyFlatten, currencyUnFlatten, getAccountInfo, getAccountTums, getAccountRelations, getAccountBalances, getAccountPayment, getAccountPayments, getAccountTransaction, getAccountTransactions, getAccountOrder, getAccountOrders, getAccountSignerList, getOrderBook, getTransaction, getLedgerClosed, getLedgerHash, getLedgerIndex, getBrokerage, postBlob, postJsonMultisign, processBalance };