import { Command } from "commander"; export declare function configurePromoteCommand(program: Command): Command; export declare function promoteCommand(version: string, options: unknown): Promise;