import type { Application } from '@feathersjs/feathers'; export declare function hashPassword(app: Application, password: string, field: string): Promise;