import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { ToolContext, ToolResponse } from '../types.js'; export declare const adversarialReviewTool: Tool; export declare function adversarialReviewHandler(args: any, context: ToolContext): Promise; export type PhaseGuidance = { attackSurface: string; exampleAngles: string; }; export declare const PHASE_ATTACK_ANGLES: Record; export declare function buildScaffoldedPrompt(args: { specName: string; phase: string; version: number; targetFile: string; analysisOutputPath: string; memoryFilePath: string; latestAnalysisPath: string | null; }): string; export declare function getAdversarialReviewMethodology(): string; //# sourceMappingURL=adversarial-review.d.ts.map