import { AppThunk } from 'store'; export declare const postPasswordResetRequest: (email: string, callback: (error?: { message: string; statusCode: string; }) => void) => AppThunk>;