import { JsonRpcClient } from "../../jsonrpc/client"; import { ForkConfig } from "../node-types"; export declare function makeForkClient(forkConfig: ForkConfig, forkCachePath?: string): Promise<{ forkClient: JsonRpcClient; forkBlockNumber: bigint; forkBlockTimestamp: number; forkBlockHash: string; }>; //# sourceMappingURL=makeForkClient.d.ts.map