/** Section length of a copper line */
export interface SectionLength {
    /** Diameter in millimeters of the copper line section */
    diameter: number;
    /** Lenght in meters of the copper line section */
    length: number;
}
//# sourceMappingURL=SectionLength.d.ts.map