import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
/**
 * Context Engineering Phase 2: Execute PRP with validation loops
 * Fetches the original /execute-prp system prompt from MongoDB
 */
export declare function executePRPTool(args: unknown): Promise<CallToolResult>;
//# sourceMappingURL=execute-prp.d.ts.map