import { DRMSystemConfiguration } from "../types"; export declare const initFairPlayDRM: (videoElement: HTMLVideoElement, fairPlayOptions: DRMSystemConfiguration) => Promise;