import { Chain, PublicClient } from "viem"; export declare const viemChain: (chainId: string, rpcUrl: string, chainProperties?: object) => Chain; export declare const readContractValueBigInt: (publicClient: PublicClient, address: string, abi: any[], functionName: string, args: any[], fallback?: bigint) => Promise; //# sourceMappingURL=viem.d.ts.map