import { IsDrmSupportedParams } from './isDrmSupported'; export declare function isPlayReadySupported(params?: IsDrmSupportedParams): Promise; export declare function isPlayReadySL150Supported(params?: IsDrmSupportedParams): Promise; export declare function isPlayReadySL2000Supported(params?: IsDrmSupportedParams): Promise; export declare function isPlayReadySL3000Supported(params?: IsDrmSupportedParams): Promise;