import type { ProjectInfo } from '../types.js'; export declare function writeProjectManifest(projects: ProjectInfo[]): string[];