import type { CliConfig, CommandContext, ParsedArgs } from "../../types.js"; export declare function runInstanceAdd(configPath: string, config: CliConfig, parsed: ParsedArgs, context: CommandContext): Promise; export declare function runInstanceList(config: CliConfig, context: CommandContext): number; export declare function runInstanceShow(config: CliConfig, parsed: ParsedArgs, context: CommandContext): number; export declare function runInstanceUse(configPath: string, config: CliConfig, parsed: ParsedArgs, context: CommandContext): Promise; export declare function runInstanceRemove(configPath: string, config: CliConfig, parsed: ParsedArgs, context: CommandContext): Promise; //# sourceMappingURL=action.d.ts.map