import type { OSSUploadOptions } from './types';
declare function ossUpload(options: OSSUploadOptions): Promise<any[]>;
export default ossUpload;
