import { AbstractBundlePlugin } from '../../../../base/streaming/base/bundle/plugin'; import { RadiantMP } from '../../../base/module/player'; declare global { interface MLYSpecDriverExtensions { RadiantMPHlsPlugin: typeof RadiantMPHlsPlugin; } } declare class RadiantMPHlsPlugin extends AbstractBundlePlugin { static _isPublic: boolean; static _publicName: string; static register(radiantMP: typeof RadiantMP): void; protected static _register(radiantMP: typeof RadiantMP): void; } export { RadiantMPHlsPlugin };