/** ℹ️ This enum is non-exhaustive. */ export declare const IntervalTimeseriesExprField: { readonly SourceProvider: "source_provider"; readonly SourceType: "source_type"; readonly SourceAppId: "source_app_id"; readonly SourceWorkoutId: "source_workout_id"; readonly SourceSport: "source_sport"; readonly TimezoneOffset: "timezone_offset"; readonly Type: "type"; readonly Duration: "duration"; readonly Value: "value"; }; export type IntervalTimeseriesExprField = (typeof IntervalTimeseriesExprField)[keyof typeof IntervalTimeseriesExprField];