import { a as emit, c as FileContent, d as PlateNode, f as VirtualFile, i as plan, n as PlanFile, o as dir, r as PlanOptions, s as file, t as Plan, u as PLATE_SYMBOL } from "./plan-D6G2BS0a.mjs"; //#region src/memory.d.ts interface MemoryFileSystem { cwd(): string; exists(path: string): Promise; mkdir(path: string, options: { recursive: boolean; }): Promise; writeFile(path: string, content: string | Uint8Array): Promise; snapshot(): Record; } declare function createMemoryFs(initial?: Record): MemoryFileSystem; //#endregion export { type FileContent, MemoryFileSystem, PLATE_SYMBOL, type Plan, type PlanFile, type PlanOptions, type PlateNode, type VirtualFile, createMemoryFs, dir, emit, file, plan };