/**
 * AI Prompts Tool
 * This tool provides access to a library of AI prompts for code-related tasks
 */
import { ToolDefinition } from '../../types';
declare const aiPromptsTools: ToolDefinition;
export default aiPromptsTools;
