import type { CommanderCommands } from "./CommanderCommands"; import type { CommandOptions } from "../../CommandOptions"; export declare function performCommand(command: CommanderCommands, options?: CommandOptions): Promise;