import type { PromptsInput } from './schema.js';
import { toStructuredCallToolResult } from '../util.js';
/**
 * Handler for prompts tool
 * Retrieves prompts by name and supports variable substitution
 */
export declare const promptsHandler: (params: PromptsInput) => Promise<ReturnType<typeof toStructuredCallToolResult>>;
//# sourceMappingURL=handler.d.ts.map