import { ContractFactory, ethers } from 'ethers'; type QueryResult = { contractAddress: string; }; export type UserInput = { routeId: string; }; declare const _default: (deps: import("@chainlink/evm-gauntlet").InspectionDependencies, ethers.TransactionRequest, ethers.TransactionResponse, ethers.AbstractSigner>) => import("@chainlink/evm-gauntlet").CommandCtor>; export default _default; //# sourceMappingURL=inspectRoute.d.ts.map