import { FunctionData } from './types.js'; export declare function renderFunctionDataToMarkdown(functionData: FunctionData, options?: { headerLevel: number; }): string; //# sourceMappingURL=render-function-data-to-markdown.d.ts.map