import { UpdatePasswordInput } from '../types'; export declare const updatePassword: (input: UpdatePasswordInput) => Promise;