import { Block } from 'comment-parser'; import { Schema } from './ir'; export declare function leadingComment(src: string, srcSpanStart: number, start: number, end: number): Block[]; export declare function getAllSchemaComments(schema: Schema): Block[]; export declare function combineComments(schema: Schema): Block | undefined; //# sourceMappingURL=comments.d.ts.map