import { AxiosError } from 'axios'; import { AppThunk } from 'store'; export declare const addMediaToArticleThunk: (type: string, postId: string, data: { id: string; media: File; }, onError: (err?: AxiosError) => void) => AppThunk>;