import type { NormalizedContext } from "../types.js"; export interface MarkdownGeneratorOptions { includeExamples?: boolean; includeSchemas?: boolean; includeExtensions?: boolean; includeToc?: boolean; } export declare function generateMarkdown(ctx: NormalizedContext, options?: MarkdownGeneratorOptions): string; //# sourceMappingURL=markdown.d.ts.map