/** xdsl.LineSectionLength */
export interface LineSectionLength {
    /** The diameter of this section in millimeters */
    diameter: number;
    /** The length of this section in meters */
    length: number;
}
//# sourceMappingURL=LineSectionLength.d.ts.map