/** ℹ️ This enum is non-exhaustive. */ export declare const ProfileColumnExprProfile: { readonly HeightCentimeter: "height_centimeter"; readonly BirthDate: "birth_date"; readonly WheelchairUse: "wheelchair_use"; readonly Gender: "gender"; readonly Sex: "sex"; readonly SourceType: "source_type"; readonly SourceProvider: "source_provider"; readonly SourceAppId: "source_app_id"; readonly SourceDeviceId: "source_device_id"; readonly CreatedAt: "created_at"; readonly UpdatedAt: "updated_at"; }; export type ProfileColumnExprProfile = (typeof ProfileColumnExprProfile)[keyof typeof ProfileColumnExprProfile];