export declare const useAbsoluteCurrentFrame: () => number;
/**
 * 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.
 * @link https://www.remotion.dev/docs/use-current-frame
 */
export declare const useCurrentFrame: () => number;
