import type { VideoConfig } from './video-config'; /** * Get some info about the context of the video that you are making. * Returns an object containing `fps`, `width`, `height` and `durationInFrames`, all of type `number`. * @link https://www.remotion.dev/docs/use-video-config */ export declare const useVideoConfig: () => VideoConfig;