export interface ProjectConfig { schemaVersion: 1; repositoryId: string; workspace: string; agentFile: string; templateVersion: number; } export declare function parseProjectConfig(value: unknown): ProjectConfig; export declare function parseProjectConfigText(source: string): ProjectConfig; export declare function readProjectConfig(filePath: string): Promise; //# sourceMappingURL=project-config.d.ts.map