import { ToolAnnotations } from '../../domain/mcp-types.js';
/**
 * Get standard annotations for the Architect tool
 */
export declare function getArchitectToolAnnotations(): ToolAnnotations;
/**
 * Get standard annotations for the Think tool
 */
export declare function getThinkToolAnnotations(): ToolAnnotations;
/**
 * Get standard annotations for the LLM Gateway tool
 */
export declare function getLLMGatewayToolAnnotations(): ToolAnnotations;
/**
 * Get standard annotations for the Sequential Thinking tool
 */
export declare function getSequentialThinkingToolAnnotations(): ToolAnnotations;
