/** * Exec Command Handlers * * Handles JavaScript execution commands. * * SECURITY WARNING: This module executes arbitrary JavaScript for debugging. * It is restricted to localhost connections and development environments only. */ import type { ExecJsCommand, SweetlinkResponse } from '../../types.js'; /** * Handle exec-js command with security guards */ export declare function handleExecJS(command: ExecJsCommand): Promise; //# sourceMappingURL=exec.d.ts.map