import type { Schema } from './json-typedef-js-fork/schema'; export declare function jtdToMd(schema: Schema, renderExamples: (names: string[]) => string): { [section: string]: string; }; export declare function collectUsedBy(rootName: string, rootSchema: Schema): { [ref: string]: string[]; }; //# sourceMappingURL=jtdToMd.d.ts.map