/** CPU throttle informations */
export interface CpuThrottle {
    /** End date of the CPU throttle */
    endDate?: string;
    /** Start date of the CPU throttle */
    startDate: string;
}
//# sourceMappingURL=CpuThrottle.d.ts.map