import { Balance } from '@ledgerhq/coin-module-framework/api/types';
export declare function getBalance(addr: string): Promise<Balance[]>;
//# sourceMappingURL=getBalance.d.ts.map