import { ethers } from "ethers";
import { UserOperationStruct } from "@account-abstraction/contracts";
export declare const sendTransaction: (userOp: UserOperationStruct) => Promise<ethers.providers.TransactionResponse>;
