import { TransactionRequest } from 'ethers'; export type UserInput = { targets: string[]; values: string[]; payloads: string[]; predecessor: string; salt: string; }; type ContractInput = [ calls: [string, string, string][], predecessor: string, salt: string ]; declare const _default: (deps: import("@chainlink/evm-gauntlet").Dependencies, TransactionRequest, import("ethers").TransactionResponse, import("ethers").AbstractSigner, import("@chainlink/evm-gauntlet").BasicEnv>) => import("@chainlink/evm-gauntlet").CommandCtor, TransactionRequest, import("ethers").TransactionResponse, import("ethers").AbstractSigner, import("@chainlink/evm-gauntlet").ExecutionContext, import("ethers").Provider, import("ethers").ContractFactory, TransactionRequest, import("ethers").TransactionResponse>>>; export default _default; //# sourceMappingURL=executeBatch.d.ts.map