/** Stable subtype UUIDs for each HomeKit service. Must not change between restarts. */ export declare const SWITCH_UUIDS: { readonly TRIP: "siren-switch"; readonly TRIP_HOME: "siren-home"; readonly TRIP_AWAY: "siren-away"; readonly TRIP_NIGHT: "siren-night"; readonly TRIP_OVERRIDE: "pink-sheep"; readonly ARMING_LOCK: "arming-lock"; readonly ARMING_LOCK_HOME: "arming-lock-home"; readonly ARMING_LOCK_AWAY: "arming-lock-away"; readonly ARMING_LOCK_NIGHT: "arming-lock-night"; readonly MODE_HOME: "mode-home"; readonly MODE_AWAY: "mode-away"; readonly MODE_NIGHT: "mode-night"; readonly MODE_OFF: "mode-off"; readonly MODE_AWAY_EXTENDED: "mode-away-extended"; readonly MODE_PAUSE: "mode-pause"; readonly AUDIO: "kx82r64zN3txDXKFiX9JDi"; readonly ARMING_SENSOR: "arming-motion-sensor"; readonly TRIPPED_SENSOR: "siren-tripped"; readonly TRIGGERED_SENSOR: "siren-triggered"; readonly RESET_SENSOR: "reset-event"; };