import * as i0 from "@angular/core"; export declare class SortLinesHelper { regexps: { C38_MAIN: RegExp; C38_SECOND: RegExp; SEM_MAIN: RegExp; SEM_CHRONO: RegExp; SEM_SECOND: RegExp; }; /** * An algorithm to sort lines. * @param an The EPCI (SEM|C38|GSV|TPV) * @param al The line id * @param bn The EPCI (SEM|C38|GSV|TPV) * @param bl The line id */ sort(an: string, al: string, bn: string, bl: string): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }