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