import { Prompt } from '@modelcontextprotocol/sdk/types.js'; export declare const spaceWeatherReportPrompt: Prompt; export declare function getSpaceWeatherReportPrompt(args: Record): Promise<{ description?: string; messages: Array<{ role: 'user' | 'assistant'; content: { type: 'text'; text: string; }; }>; }>; export declare const asteroidAnalysisPrompt: Prompt; export declare function getAsteroidAnalysisPrompt(args: Record): Promise<{ description?: string; messages: Array<{ role: 'user' | 'assistant'; content: { type: 'text'; text: string; }; }>; }>; //# sourceMappingURL=analysis.prompt.d.ts.map