import type { ToolAnnotations } from "@modelcontextprotocol/sdk/types.js";
/**
 * Preset annotations for read-only analysis tools.
 * These tools inspect but don't modify state.
 */
export declare const ANALYSIS_TOOL_ANNOTATIONS: ToolAnnotations;
/**
 * Preset annotations for content generation tools.
 * These tools create new content (prompts, docs, etc.)
 */
export declare const GENERATION_TOOL_ANNOTATIONS: ToolAnnotations;
/**
 * Preset annotations for session-based tools.
 * These tools maintain state across calls.
 */
export declare const SESSION_TOOL_ANNOTATIONS: ToolAnnotations;
/**
 * Preset annotations for filesystem/external tools.
 * These tools may interact with external systems.
 */
export declare const FILESYSTEM_TOOL_ANNOTATIONS: ToolAnnotations;
//# sourceMappingURL=annotation-presets.d.ts.map