import { CommandCtor, EVMExecuteCommandInstance } from '@chainlink/evm-gauntlet'; import { UserInput, ContractInput, UnregisteredCommand } from './types'; export declare const wrapCommand: >(registeredCommand: CommandCtor>) => UnregisteredCommand; //# sourceMappingURL=singleCommand.d.ts.map