/** * FORTRESS ZERO-DEFECT FRAMEWORK * Universal development framework with 4-layer validation */ export { FortressValidationSystem } from './core/validation-system'; export { ValidationOrchestrator } from './core/validation-orchestrator'; export { AutomatedGates } from './core/automated-gates'; export { FortressCLI } from './cli/fortress-cli'; export * from './types/fortress-types'; export declare const VERSION = "1.0.0"; //# sourceMappingURL=index.d.ts.map