/** ℹ️ This enum is non-exhaustive. */ export declare const NoteTimeseriesExprField: { 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 Tags: "tags"; readonly Content: "content"; }; export type NoteTimeseriesExprField = (typeof NoteTimeseriesExprField)[keyof typeof NoteTimeseriesExprField];