import { Prompt, GetPromptResult } from "@modelcontextprotocol/sdk/types.js";
export declare const promptList: Prompt[];
export declare function getPrompt(name: string, _args?: Record<string, string> | null): GetPromptResult;
