/** * @description Get the current frame of the video. Frames are 0-indexed, meaning the first frame is 0, the last frame is the duration of the composition in frames minus one. * @see [Documentation](https://remotion.dev/docs/use-current-frame) */ export declare const useCurrentFrame: () => number;