/** ℹ️ This enum is non-exhaustive. */ export declare const IndexColumnExprIndex: { readonly Sleep: "sleep"; readonly Activity: "activity"; readonly Workout: "workout"; readonly Body: "body"; readonly Meal: "meal"; readonly Profile: "profile"; readonly Timeseries: "timeseries"; }; export type IndexColumnExprIndex = (typeof IndexColumnExprIndex)[keyof typeof IndexColumnExprIndex];