import type { GetPromptResult, Prompt } from '@modelcontextprotocol/sdk/types.js'; /** * Pre-built workflow prompts for ralph-starter */ export declare function getPrompts(): Prompt[]; /** * Get a specific prompt with arguments filled in */ export declare function handleGetPrompt(name: string, args?: Record): GetPromptResult; //# sourceMappingURL=prompts.d.ts.map