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