import { type Address, type HexData, UserOperationV06 } from "../../types/index.js"; import { type Clients } from "../../utils/index.js"; import { type Account } from "viem"; export declare const TEST_OP: UserOperationV06; export declare function getSender(entryPoint: Address, initCode: HexData, clients: Clients): Promise
; export declare function createOp(entryPoint: Address, simpleAccountFactory: Address, signer: Account, clients: Clients, maxFeePerGas?: bigint, nonce?: bigint): Promise; export declare const generateAccounts: (clients: Clients) => Promise<(import("viem").CustomSource & { address: `0x${string}`; publicKey: `0x${string}`; source: "privateKey"; type: "local"; })[]>; //# sourceMappingURL=utils.d.ts.map