import { DocsSection } from '../types.js';
export declare function generateDocsMarkdown(sections: DocsSection[]): string;
