///
import { ContractFactory } from 'ethers';
import { CoordinatorBillingConfigCI } from '../../lib/types';
export type QueryResult = {
owner: string;
typeAndVersion: string;
billing: CoordinatorBillingConfigCI;
ocr: {
configDigest: Buffer;
transmitters: string[];
};
donKey: string;
thresholdKey: string;
};
export type UserInput = {};
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