import { type Chain, type PublicClient } from "viem"; export declare function getViemChain(chainId: string): Chain; export declare function getPublicClient(chainId: string): PublicClient; //# sourceMappingURL=client.d.ts.map