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