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