/** ℹ️ This enum is non-exhaustive. */ export declare const OAuthProviders: { readonly Oura: "oura"; readonly Fitbit: "fitbit"; readonly Garmin: "garmin"; readonly Strava: "strava"; readonly Wahoo: "wahoo"; readonly Ihealth: "ihealth"; readonly Withings: "withings"; readonly GoogleFit: "google_fit"; readonly DexcomV3: "dexcom_v3"; readonly Polar: "polar"; readonly Cronometer: "cronometer"; readonly Omron: "omron"; readonly WhoopV2: "whoop_v2"; readonly MyFitnessPalV2: "my_fitness_pal_v2"; readonly Ultrahuman: "ultrahuman"; readonly Runkeeper: "runkeeper"; }; export type OAuthProviders = (typeof OAuthProviders)[keyof typeof OAuthProviders];