import type { CommandRegistry, RegisteredCommand } from './command-registry.js'; import type { PluginRuntime } from './plugin-runtime.js'; export declare function runResolvedCommand(input: { argv: string[]; commandName: string; resolved: RegisteredCommand; registry: CommandRegistry; config: Parameters[0]['config']; configPath: string; pluginRuntime: PluginRuntime; onAmbiguousPluginSubcommand?: () => void; }): Promise; //# sourceMappingURL=command-dispatch.d.ts.map