/** * Validation Orchestrator - Master controller for fortress validation */ import { FortressValidationResult } from '../types/fortress-types'; export declare class ValidationOrchestrator { /** * Orchestrate complete fortress validation pipeline */ static orchestrate(projectPath: string): Promise; } //# sourceMappingURL=validation-orchestrator.d.ts.map