import { CommentInfo } from './CommentInfo'; export declare class HtmlCommentExtractor { traverse(htmlText: string): CommentInfo[]; }