export declare const OMX_GENERATED_AGENTS_MARKER = ""; export declare const OMX_MANAGED_AGENTS_START_MARKER = ""; export declare const OMX_MANAGED_AGENTS_END_MARKER = ""; export declare const OMX_AGENTS_CONTRACT_HEADING = "# oh-my-codex - Intelligent Multi-Agent Orchestration"; export declare function isOmxGeneratedAgentsMd(content: string): boolean; export declare function hasOmxManagedAgentsSections(content: string): boolean; export declare function hasOmxAgentsContract(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