import { ContractFactory } from 'ethers'; type QueryResult = { balance: string; owner: string; blockedBalance: string; proposedOwner: string; consumers: string[]; flags: string; }; export type UserInput = { subscriptionId: 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=inspectSubscription.d.ts.map