/** * Execute arbitrary JavaScript with deduplication, structured error reporting, * and best-effort result formatting. * * SecurityManager classifies this as `operationType: 'eval'`, which causes * `validateEvalContent` (validation.ts) to run against the actual code rather * than the tool name. Handler is responsible for passing args.code in place of * the tool name when invoking the security pipeline. */ export declare const evalCommand: import("../types").CommandModule;