import * as p_ci from 'pareto-core/dist/interface/command'; import * as p_qi from 'pareto-core/dist/interface/query'; import * as d_execute_unrestricted_command_command from "./generated/liana/schemas/execute_unrestricted_command_executable/data"; import * as d_execute_unrestricted_query_executable from "./generated/liana/schemas/execute_unrestricted_query_executable/data"; import * as d_execute_unrestricted_smelly_command_executable from "./generated/liana/schemas/execute_unrestricted_smelly_command_executable/data"; import * as d_execute_sandboxed_command_command from "./generated/liana/schemas/execute_sandboxed_command_executable/data"; import * as d_execute_sandboxed_query_executable from "./generated/liana/schemas/execute_sandboxed_query_executable/data"; import * as d_execute_sandboxed_smelly_command_command from "./generated/liana/schemas/execute_sandboxed_smelly_command_executable/data"; import * as d_fs_unrestricted_chmod from "./generated/liana/schemas/fs_unrestricted_chmod/data"; import * as d_fs_unrestricted_copy from "./generated/liana/schemas/fs_unrestricted_copy/data"; import * as d_fs_unrestricted_make_directory from "./generated/liana/schemas/fs_unrestricted_make_directory/data"; import * as d_fs_unrestricted_read_directory from "./generated/liana/schemas/fs_unrestricted_read_directory/data"; import * as d_fs_unrestricted_read_file from "./generated/liana/schemas/fs_unrestricted_read_file/data"; import * as d_fs_unrestricted_remove from "./generated/liana/schemas/fs_unrestricted_remove/data"; import * as d_fs_unrestricted_stat from "./generated/liana/schemas/fs_unrestricted_stat/data"; import * as d_fs_unrestricted_stat_possible_node from "./generated/liana/schemas/fs_unrestricted_stat_possible_node/data"; import * as d_fs_unrestricted_write_file from "./generated/liana/schemas/fs_unrestricted_write_file/data"; import * as d_main from "./data/temp_main"; import * as d_read_directory_content from "./data/read_directory_content"; import * as d_read_directory_structure from "./data/read_directory_structure"; import * as d_write_directory_content from "./data/write_directory_content"; export declare namespace filesystem_unrestricted { namespace commands { type chmod = p_ci.Command; type copy = p_ci.Command; type make_directory = p_ci.Command; type remove = p_ci.Command; type write_file = p_ci.Command; } namespace queries { type read_directory = p_qi.Query; type read_file = p_qi.Query; type stat = p_qi.Query; type stat_possible_node = p_qi.Query; } } export declare namespace execute_unrestricted { namespace commands { type command_executable = p_ci.Command; type smelly_command_executable = p_ci.Command; } namespace queries { type query_executable = p_qi.Query; } } export declare namespace execute_sandboxed { namespace commands { type command_executable = p_ci.Command; type smelly_command_executable = p_ci.Command; } namespace queries { type query_executable = p_qi.Query; } } export declare namespace resources { namespace commands { type main = p_ci.Command; type write_directory_content = p_ci.Command; } namespace queries { type read_directory_content = p_qi.Query; type read_directory_structure = p_qi.Query; } }