export declare class OffsetToColumnConverter { lineBreakPositionsByContent: any; sourceMappingDecoder: any; offsetConversion: any; constructor(compilerEvent: any); offsetToLineColumn(rawLocation: any, file: any, sources: any, asts: any): any; clear(): void; }