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