export interface IHighlight { highlightColumn(column: string): this; } export declare function instanceOfIHighlight(w: any): w is IHighlight;