export default function redeemPasswordReset(password: string, passwordResetId: string): Promise<string>;
