import type { Balance } from "@ledgerhq/coin-module-framework/api/types";
import type { CryptoCurrency } from "@ledgerhq/types-cryptoassets";
export declare function getBalance(currency: CryptoCurrency, address: string): Promise<Balance[]>;
//# sourceMappingURL=getBalance.d.ts.map