/** * AGENTS.md Injector * Safely merges generated indexes into AGENTS.md while preserving user content */ /** * Inject indexes into AGENTS.md, preserving user content */ export declare function injectAgentsMd(outPath: string, indexes: string[]): Promise; /** * Remove managed section from AGENTS.md */ export declare function removeManagedSection(outPath: string): Promise; /** * Check if AGENTS.md has a managed section */ export declare function hasManagedSection(outPath: string): Promise; /** * Get just the user content (excluding managed section) */ export declare function getUserContent(outPath: string): Promise; //# sourceMappingURL=index.d.ts.map