import type { VideoConfig } from './video-config';
export declare const useUnsafeVideoConfig: () => VideoConfig | null;
