import { type PublicClient } from 'viem'; /** * Read-only client for a funkit-supported chain, built over the chain's * fallback RPC list from @funkit/chains (the chain's default RPC may be * private — e.g. the Robinhood chain — so the curated list matters). * `undefined` for unsupported chain ids. */ export declare function getPublicClientFor(chainId: number): Pick | undefined; //# sourceMappingURL=publicClient.d.ts.map