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