/** @downcity/type/shell:Shell、审批与 Sandbox 中立协议入口。 */ export type * from "./types/shell/Sandbox.js"; export type { ShellExecInput, ShellSessionInput, ShellExecutionTarget, } from "./types/shell/Shell.js"; export type * from "./types/shell/ShellAction.js"; export type * from "./types/shell/ShellApproval.js"; export type * from "./types/shell/ShellCommand.js"; export type * from "./types/shell/ShellHostContext.js"; export type * from "./types/shell/ShellRuntime.js"; export type * from "./types/shell/ShellRuntimeOptions.js"; export type * from "./types/shell/WorkspaceShell.js"; //# sourceMappingURL=shell.d.ts.map