export declare function isEmptyOrCommentLine(lineContent: string): boolean;
export declare function parseDisabledRules(lines: string[]): Map<number, Set<string>>;
