import type { Balance } from "@ledgerhq/coin-module-framework/api/index"; import type { ChainAPI } from "../network"; export declare function getBalance(api: ChainAPI, address: string, options?: { token2022Enabled?: boolean; }): Promise; //# sourceMappingURL=getBalance.d.ts.map