#!/usr/bin/env node import { Command } from 'commander'; import { Options } from './typing'; export declare function oss(program: Command): void; export declare function ossUpload(options: Options): Promise;