import type { Params } from '@feathersjs/feathers'; import type { IdentifyUser, IdentityChangeOptions, SanitizedUser, NotifierOptions } from '../types'; export default function identityChange(options: IdentityChangeOptions, identifyUser: IdentifyUser, password: string, changesIdentifyUser: Record, notifierOptions?: NotifierOptions, params?: Params): Promise;