/// import { ethers } from 'ethers'; export type UserInput = { donId: string; source: string; secrets: string; args: string[]; bytesArgs: string[]; subscriptionId: number; callbackGasLimit: number; }; type ContractInput = [ donId: Buffer, source: string, secrets: Buffer, args: string[], bytesArgs: Buffer[], subscriptionId: bigint, callbackGasLimit: bigint ]; declare const _default: (deps: import("@chainlink/evm-gauntlet").Dependencies, ethers.TransactionRequest, ethers.TransactionResponse, ethers.AbstractSigner, import("@chainlink/evm-gauntlet").BasicEnv>) => import("@chainlink/evm-gauntlet").CommandCtor, ethers.TransactionRequest, ethers.TransactionResponse, ethers.AbstractSigner, import("@chainlink/evm-gauntlet").ExecutionContext, ethers.Provider, ethers.ContractFactory, ethers.TransactionRequest, ethers.TransactionResponse>>>; export default _default; //# sourceMappingURL=sendRequestToProposed.d.ts.map