import type { Block } from 'comment-parser'; declare type Tags = Record, string> & { example?: any; }; export declare type JSDoc = { summary?: string; description?: string; tags?: Tags; }; export declare function parseCommentBlock(comment: Block): JSDoc; export {}; //# sourceMappingURL=jsdoc.d.ts.map