import { Base, IEqualityComparer$1, Type } from "./type"; import { HighlightingInfo } from "./HighlightingInfo"; /** * @hidden */ export declare class HighlightingInfoComparer extends Base implements IEqualityComparer$1 { static $t: Type; equalsC(a: HighlightingInfo, b: HighlightingInfo): boolean; getHashCodeC(a: HighlightingInfo): number; }