/** * Memory-only package directory (no file system operations) * Implements the same interface as the original MemoryPackageDir */ export declare class MemoryPackageDir { readonly dir: string; constructor(outputDir?: string); create(): Promise; exists(): Promise; } //# sourceMappingURL=MemoryPackageDir.d.ts.map