/** * Build Pipeline Entry Point * * This module orchestrates the entire build process: * 1. Parse and dereference OpenAPI spec * 2. Extract endpoints * 3. Flatten schemas (allOf, nested objects) * 4. Optimize and minify * 5. Generate Zod schemas * 6. Output build artifacts */ export {}; //# sourceMappingURL=index.d.ts.map