import { AxiosError } from 'axios'; import { AppThunk } from 'store'; export declare const changePasswordRequest: (oldPassword: string, password: string, passwordRepeat: string, onError: (err?: AxiosError) => void) => AppThunk;