import { UpdateResult } from 'typeorm'; export declare class UserProfileHelper { static updatePassword(profileId: string, password: string): Promise; }