import { uploadParamsType } from '../type';
export declare function upload(instance: any, params: uploadParamsType): Promise<unknown>;
