/** Exact marker identifying a system-generated Related section body. */ export declare const GENERATED_RELATED_MARKER = ""; /** Render the body of a generated Related section (marker plus bullet links). */ export declare function renderGeneratedRelatedBody(links: string[]): string; /** Render a full generated Related section, heading included. */ export declare function renderGeneratedRelatedSection(links: string[]): string; /** True when the section body was produced by this system. */ export declare function isGeneratedRelatedBody(body: string): boolean; /** * Remove the marked trailing Related section while preserving authored content, * including unmarked authored "## Related" sections. */ export declare function stripGeneratedRelatedSection(content: string): string; /** Note IDs linked from the marked trailing Related section, in document order. */ export declare function extractGeneratedRelatedIds(content: string): string[]; //# sourceMappingURL=related-section.d.ts.map