import { VideoConfig } from '../config/config'; declare const callAIInterface: (prompt: string, config: VideoConfig) => Promise; export { callAIInterface };