/** VIP Status by Universe */
export interface VipStatus {
    /** Is account VIP for Cloud Universe */
    cloud: boolean;
    /** Is account VIP for Dedicated Universe */
    dedicated: boolean;
    /** Is account VIP for Telecom Universe */
    telecom: boolean;
    /** Is account VIP for Web Universe */
    web: boolean;
}
//# sourceMappingURL=VipStatus.d.ts.map