import { UploadState } from './types';
export declare const POST = "POST";
export declare const INITIAL_REDUCER_STATE: UploadState;
