import { CommentParsed } from './parser.model'; export declare function parser(text: string, originalFilePath: string): CommentParsed;