import type { Range } from 'vscode-languageserver'; import type { BscFile, BsDiagnostic, CommentFlag, DiagnosticCode } from './interfaces'; export declare class CommentFlagProcessor { /** * The file this processor applies to */ file: BscFile; /** * An array of strings containing the types of text that a comment starts with. (i.e. `REM`, `'`, `