import { AvalancheWalletCoreClient } from "../../../clients/createAvalancheWalletCoreClient"; import { BalanceOfParameters, BalanceOfReturnType } from "./types/balanceOf"; export declare function balanceOf(client: AvalancheWalletCoreClient, params: BalanceOfParameters): Promise; //# sourceMappingURL=balanceOf.d.ts.map