import type { Chain, Transport } from "viem"; /** * Helper to create chain with different chainId (for anvil forks) * @param transportOrRPC * @returns */ export declare function detectChain(transportOrRPC: Transport | string): Promise;