import { EVMInspectionCommandConfig } from '@chainlink/evm-gauntlet'; type QueryResult = { owner: string; }; export type UserInput = {}; type ContractInput = any[][]; export declare const commandConfig: EVMInspectionCommandConfig; declare const _default: (deps: import("@chainlink/evm-gauntlet").InspectionDependencies, import("ethers").TransactionRequest, import("ethers").TransactionResponse, import("ethers").AbstractSigner>) => import("@chainlink/evm-gauntlet").CommandCtor>; export default _default; export declare const ZkSyncInspectCommand: (deps: import("@chainlink/evm-gauntlet").InspectionDependencies, import("ethers").TransactionRequest, import("ethers").TransactionResponse, import("zksync-ethers").Wallet>) => import("@chainlink/evm-gauntlet").CommandCtor>; //# sourceMappingURL=inspect.d.ts.map