import type { VideoConfig } from './config.js';
export declare function withNextVideo(nextConfig: any, videoConfig?: VideoConfig): any;
