import { Balance } from "@ledgerhq/coin-framework/api/types"; /** * Get the balance of an Algorand account * @param address - The account address * @returns Array of balances (native ALGO + ASA tokens) */ export declare function getBalance(address: string): Promise; //# sourceMappingURL=getBalance.d.ts.map