declare const _default: {
    updateEEDisabledUsersList: (id: string, input: any) => Promise<void>;
    removeFromEEDisabledUsersList: (ids: unknown) => Promise<void>;
    getCurrentActiveUserCount: () => Promise<number>;
    deleteByIds: (ids: any) => Promise<any[]>;
    deleteById: (id: unknown) => Promise<any>;
    updateById: (id: any, attributes: any) => Promise<any>;
};
export default _default;
//# sourceMappingURL=user.d.ts.map