Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio
/**
* Video Generation Type Definitions
*
* Shared types for video generation across providers (Vertex Veo, Kling,
* Runway, Replicate-hosted models, etc.).
*
* The shared base shapes (`VideoOutputOptions`, `VideoGenerationResult`)
* are defined in `multimodal.ts` for backwards compatibility — they are
* re-exported here so callers can import every video-related type from a
* single module.
*
* @module types/video
*/export {};
//# sourceMappingURL=video.js.map