export declare type NotificationThresholdType = "lt" | "gt"; export declare type NotificationThresholdBody = { value: number; type: NotificationThresholdType; }; export declare type NotificationThreshold = NotificationThresholdBody & { id: string; }; //# sourceMappingURL=notification-threshold.d.ts.map