#!/usr/bin/env node export { parsedOpts, getContextWithOpts } from './context.js'; export declare function argvWithDefaultCommand(argv: string[], defaultCommand?: string): string[]; export declare function runCli(argv?: string[]): Promise;