export declare class NodeBandwidth { chargemode?: string; size?: number; sharetype?: string; constructor(); withChargemode(chargemode: string): NodeBandwidth; withSize(size: number): NodeBandwidth; withSharetype(sharetype: string): NodeBandwidth; } //# sourceMappingURL=NodeBandwidth.d.ts.map