import { CommandCtor, EVMExecuteCommandInstance } from '@chainlink/evm-gauntlet'; import { UserInput, ContractInput, UnregisteredCommand } from './types'; export declare const wrapCommands: >(newId: string, examples: string[], registeredCommands: CommandCtor>[]) => UnregisteredCommand; //# sourceMappingURL=batchWrapper.d.ts.map