import { IsDrmSupportedParams } from './isDrmSupported';
export declare function isClearKeySupported(params?: IsDrmSupportedParams): Promise<boolean>;
