/** ℹ️ This enum is non-exhaustive. */ export declare const Providers: { readonly Oura: "oura"; readonly Fitbit: "fitbit"; readonly Garmin: "garmin"; readonly Whoop: "whoop"; readonly Strava: "strava"; readonly Renpho: "renpho"; readonly Peloton: "peloton"; readonly Wahoo: "wahoo"; readonly Zwift: "zwift"; readonly FreestyleLibre: "freestyle_libre"; readonly AbbottLibreview: "abbott_libreview"; readonly FreestyleLibreBle: "freestyle_libre_ble"; readonly EightSleep: "eight_sleep"; readonly Withings: "withings"; readonly AppleHealthKit: "apple_health_kit"; readonly Manual: "manual"; readonly Ihealth: "ihealth"; readonly GoogleFit: "google_fit"; readonly BeurerApi: "beurer_api"; readonly BeurerBle: "beurer_ble"; readonly Omron: "omron"; readonly OmronBle: "omron_ble"; readonly OnetouchBle: "onetouch_ble"; readonly AccuchekBle: "accuchek_ble"; readonly ContourBle: "contour_ble"; readonly Dexcom: "dexcom"; readonly DexcomV3: "dexcom_v3"; readonly Hammerhead: "hammerhead"; readonly MyFitnessPal: "my_fitness_pal"; readonly HealthConnect: "health_connect"; readonly Polar: "polar"; readonly Cronometer: "cronometer"; readonly Kardia: "kardia"; readonly WhoopV2: "whoop_v2"; readonly Ultrahuman: "ultrahuman"; readonly MyFitnessPalV2: "my_fitness_pal_v2"; readonly MapMyFitness: "map_my_fitness"; readonly Runkeeper: "runkeeper"; }; export type Providers = (typeof Providers)[keyof typeof Providers];