import type { ComponentEntry } from './schema'; interface WriteOptions { packageName: string; outputPath: string; } export declare function writeManifest(components: Record, options: WriteOptions, projectRoot: string): void; export {}; //# sourceMappingURL=writer.d.ts.map