/** Cloud alert on your consumption */
export interface AlertingAlert {
    /** Alert date */
    alertDate: string;
    /** Alert id */
    alertId: number;
    /** Alert sent to */
    emails: string[];
}
//# sourceMappingURL=AlertingAlert.d.ts.map