export interface WriteAgentBriefResult { jsonPath: string; markdownPath: string; } export declare function writeAgentBrief(workspaceRoot: string): Promise; //# sourceMappingURL=write-agent-brief.d.ts.map