/**
 * Classic identifiers of the user.
 *
 * @deprecated
 */
export type MembershipUserClassic = {
    user_id: number;
};
//# sourceMappingURL=membership-user-classic.d.cts.map