import { type ManifestContent } from '../../core/mod.js'; export declare class Manifest { contents: ManifestContent | null; projectName: string; private constructor(); static toPath(projectName: string): string; static exists(projectName: string): Promise; refresh(): Promise; toErrorCount(): number; static open(projectName: string): Promise; write(): Promise; } //# sourceMappingURL=manifest.d.ts.map