import type { VideoImageFormat } from '@remotion/renderer'; import { ConfigInternals } from './config'; export declare const getVideoImageFormat: ({ codec, uiImageFormat, }: { codec: ReturnType; uiImageFormat: VideoImageFormat | null; }) => VideoImageFormat;