export declare const RCS_GENERATED_AGENTS_MARKER = ""; export declare const RCS_MANAGED_AGENTS_START_MARKER = ""; export declare const RCS_MANAGED_AGENTS_END_MARKER = ""; export declare function isRcsGeneratedAgentsMd(content: string): boolean; export declare function hasRcsManagedAgentsSections(content: string): boolean; export declare function upsertManagedAgentsBlock(existingContent: string, managedContent: string): string; export declare function addGeneratedAgentsMarker(content: string): string; //# sourceMappingURL=agents-md.d.ts.map