import type { Chain, Network } from "@wormhole-foundation/sdk-base"; import type { Balances } from "@wormhole-foundation/sdk-definitions"; import type { IndexerConfig } from "./types.js"; export declare function getWalletBalances(walletAddr: string, network: Network, chain: Chain, indexers?: IndexerConfig): Promise; //# sourceMappingURL=balances.d.ts.map