/**
 * Browse Prompts Command
 * Provides an interactive interface to browse and select prompts
 */
/**
 * Interactively browse and select prompts
 * @returns Whether the browsing operation completed successfully
 */
declare const browsePrompts: () => Promise<boolean>;
export default browsePrompts;
