export { changeOwnPassword } from './change-own-password' export { invalidateUsersCache } from './invalidate-users-cache' export { isEmailConfigured } from './is-email-configured' export type { ChangeOwnPasswordInput, ChangeOwnPasswordResult, UpdateEmailResult } from './types' export { updateEmail } from './update-email'