import { EVMInspectionCommandConfig } from '@chainlink/evm-gauntlet'; import { DynamicConfig, StaticConfig, NopAndWeight } from '../types'; type QueryResult = { expectedNextSequenceNumber: number; nopFeesJuels: number; nopsAndWeights: NopAndWeight[]; staticConfig: StaticConfig; supportedTokens: string[]; tokenLimitAdmin: string; owner: string; typeAndVersion: string; dynamicConfig: DynamicConfig; }; export type UserInput = {}; type ContractInput = string[][]; 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; //# sourceMappingURL=inspect.d.ts.map