export declare const SYSTEM_MODE: { OFF: string; COOL: string; HEAT: string; AUTO: string; FAN_ONLY: string; }; export declare const ACTIVITY: { HOME: string; AWAY: string; SLEEP: string; WAKE: string; MANUAL: string; VACATION: string; }; export declare const FAN_MODE: { OFF: string; LOW: string; MED: string; HIGH: string; }; export declare const STATUS: { ON: string; OFF: string; }; export declare const SUBSCRIPTION: { CONFIG: string; STATUS: string; PROFILE: string; CONFIG_MUTATE: string; }; //# sourceMappingURL=constants.d.ts.map