import * as p_ from 'pareto-core/interface/query_interface'; import type * as s_execute_unrestricted_query_executable from "../schemas/execute_unrestricted_query_executable/schema.js"; import type * as s_execute_sandboxed_query_executable from "../schemas/execute_sandboxed_query_executable/schema.js"; export declare namespace execute_unrestricted { type query_executable = p_.Query_Interface; } export declare namespace execute_sandboxed { type query_executable = p_.Query_Interface; }