import { type Chain } from "viem"; import { type SmartContractAccount } from "../account/smartContractAccount.js"; import { type BundlerClient } from "../client/bundlerClient.js"; import type { DefaultEntryPointVersion } from "../entrypoint/types.js"; export declare const createDummySmartContractAccount: (client: C) => Promise>; export declare const createTestClient: (chain: Chain) => BundlerClient;