/** Infos about a Landline at the concentration point */
export interface LandlineConcentrationPoint {
    /** Identifier of the head of the cable from the MDF */
    lineHead: string;
    /** Identifier of the section at the lineHead */
    lineInitialSection: number;
    /** Identifier of the pair at the lineHead's lineInitialSection */
    lineInitialSectionPair: number;
}
//# sourceMappingURL=LandlineConcentrationPoint.d.ts.map