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