import { ContentParser } from '../ContentParser'; import { CommentInfo } from './CommentInfo'; export declare class CommentParser extends ContentParser { private info?; constructor(file: string, beginPattern: string, endPattern: string, noTagPattern: string); onEachLine(txt: string): void; }