export declare function waitForVideoFrameCallback(video: HTMLVideoElement): Promise<Parameters<VideoFrameRequestCallback>>;
