/** The repo objective, or "" when unset. */ export declare function readProjectGoal(cwd: string): string; /** Set/replace the repo objective (collapsed to one north-star line). */ export declare function writeProjectGoal(cwd: string, goal: string): string; export declare function clearProjectGoal(cwd: string): boolean;