export interface CommentDocs { objectDesc: Map; fieldNote: Map; } export declare function harvestComments(sourceDirs: string[]): CommentDocs; //# sourceMappingURL=yaml-comments.d.ts.map