/**
 * Prompts CLI Command
 *
 * Command-line interface for managing and testing the enhanced prompt engineering system.
 *
 * @version 1.0.0
 * @author Requirements Gathering Agent Team
 * @created 2024
 *
 * @filepath src/commands/prompts.ts
 */
import type { CommandModule } from 'yargs';
export declare const promptsCommand: CommandModule;
//# sourceMappingURL=prompts.d.ts.map