/** ℹ️ This enum is non-exhaustive. */ export declare const DemoProviders: { readonly AppleHealthKit: "apple_health_kit"; readonly Fitbit: "fitbit"; readonly FreestyleLibre: "freestyle_libre"; readonly Oura: "oura"; }; export type DemoProviders = (typeof DemoProviders)[keyof typeof DemoProviders];