/** * Prompt handlers for MCP server * Contains the full text content for workflow prompts */ export declare function getPromptContent(promptName: string, args: Record): string; //# sourceMappingURL=prompts.d.ts.map