import { uploadParamsType } from '../type';
/**
 * 直传服务器
 */
export declare function upload(params: uploadParamsType): Promise<any>;
