import { CommentData } from '../types'; export declare function parseCommentString(str: string): CommentData; //# sourceMappingURL=index.d.ts.map