import { AxiosError } from 'axios'; import { AppThunk } from 'store'; export declare const deleteProductRequest: (id: string, onError: (err?: AxiosError | { message: string; statusCode: string; }) => void) => AppThunk;