/** * MCP Prompts Registration * * Reusable prompt templates for common AI-assisted tasks. */ import type { TransportHandler } from '../transport/handler.js'; import type { PromptDefinition } from '../types.js'; export declare const allPrompts: PromptDefinition[]; /** * Register all prompts with the transport handler */ export declare function registerPrompts(handler: TransportHandler): void; //# sourceMappingURL=index.d.ts.map