export declare class MainLooper {
    static getEndOfChar(charBegin: string, charEnd: string, text: string): string;
    private static _getCommentRanges;
    private static _areAllOpenedCommendsClosed;
    private static _checkIfIndexIsInCommentRange;
}
export interface ICommentRanges {
    from: number;
    to: number;
}
