/** * Write/refresh the managed memory block in .github/copilot-instructions.md so * Copilot surfaces it every session. Creates the file if absent. Returns the * path and whether a block was written. Best-effort; never throws. */ export declare function syncInstructionsMemory(cwd: string): { path: string; wrote: boolean; };