export declare function generateAgentMd(cwd: string, options?: { outFile?: string; force?: boolean; }): { path: string; action: 'created' | 'updated'; }; //# sourceMappingURL=agent.d.ts.map