import type { OSSUploadOptions } from '../types';
export default function parseArgv(args: string[]): OSSUploadOptions | void;
