type QueryResult = { address: string; hasAccess: boolean; }; export type UserInput = { address: string; }; 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