import { n as __name } from "./chunk-O_arW02_.js"; import { b as FileManager, h as Context } from "./Fabric-DcPYjTt7.js"; import { r as TreeNode, t as ComponentNode } from "./useNodeTree-c9qOt3mv.js"; //#region src/contexts/RootContext.d.ts type RootContextProps = { /** * Exit (unmount) the whole app. */ exit: (error?: Error) => void; /** * TreeNode representing the tree structure of the app. */ treeNode: TreeNode; /** * FileManager instance for managing files within the app. */ fileManager: FileManager; }; /** * Context providing root-level functionalities such as exit hook, tree node structure, and file management. * Define in the `render` helper of the runtime. */ declare const RootContext: Context; //#endregion //#region src/types.d.ts type JSDoc = { comments: string[]; }; //#endregion export { RootContext as n, RootContextProps as r, JSDoc as t }; //# sourceMappingURL=types-Ci0PIR4L.d.ts.map