export declare function isRemotePlaybackSupported(video?: HTMLVideoElement): boolean;
export declare function requestRemotePlayback(video: HTMLVideoElement): Promise<void>;
