export declare class PromptCLI { private running; private commands; private fileHandler; private commandMap; constructor(); private buildCommandMap; private setupCommands; private showHelp; private processCommand; private sendMessage; start(): Promise; } export declare function startPromptCLI(): Promise; //# sourceMappingURL=prompt-cli.d.ts.map