import { Command } from 'commander'; import { CommandContext } from '../types/index.js'; export declare function createUploadCommand(context: CommandContext): Command; export declare function createUploadSubcommand(name: string, context: CommandContext): Command;