import { EVMInspectionCommandConfig } from '@chainlink/evm-gauntlet'; import { TokenTransferFeeConfig } from '../types'; type QueryResult = TokenTransferFeeConfig; export type UserInput = { token: string; }; 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=inspectTokenTransferFeeConfig.d.ts.map