import { ContractFactory } from 'ethers'; type QueryResult = { hasAccess: boolean; isBlocked: boolean; }; export type UserInput = { senderAddress: 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; //# sourceMappingURL=inspectAccess.d.ts.map