import { Technology } from './technology';
export declare class BandwidthGroup extends Technology {
    protected static XSI_TYPE: string;
    constructor(id?: number, name?: string);
}
