import type { UploadRequestOption } from './OcUpload.types'; export default function upload(option: UploadRequestOption): { abort(): void; };