export declare function countColumn(string: string, end: number | null, tabSize: number, startIndex?: number, startValue?: number): number;