/** Profile on the DSLAM */
export interface DslamLineProfile {
    /**  */
    id: number;
    /**  */
    isCurrent: boolean;
    /**  */
    name: string;
}
//# sourceMappingURL=DslamLineProfile.d.ts.map