import type { CliExecutionContext } from "./cli.js"; export declare function runSlashPrompt(context: CliExecutionContext, execute: (args: readonly string[]) => Promise): Promise; //# sourceMappingURL=interactive.d.ts.map