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