/**
 * Prompts for Voyage & Consumption MCP Server
 * Converted from Python to TypeScript
 */
import { GetPromptResult, Prompt } from "@modelcontextprotocol/sdk/types.js";
export declare const promptList: Prompt[];
export declare function getPrompt(name: string, args?: Record<string, string>): GetPromptResult;
