import * as p_ from 'pareto-core/interface/command_interface'; import type * as s_execute_unrestricted_command_command from "../schemas/execute_unrestricted_command_executable/schema.js"; import type * as s_execute_unrestricted_smelly_command_executable from "../schemas/execute_unrestricted_smelly_command_executable/schema.js"; import type * as s_execute_sandboxed_command_command from "../schemas/execute_sandboxed_command_executable/schema.js"; import type * as s_execute_sandboxed_smelly_command_command from "../schemas/execute_sandboxed_smelly_command_executable/schema.js"; export declare namespace execute_unrestricted { type command_executable = p_.Command_Interface; type smelly_command_executable = p_.Command_Interface; } export declare namespace execute_sandboxed { type command_executable = p_.Command_Interface; type smelly_command_executable = p_.Command_Interface; }