import type { RadiantMP } from 'rmp'; import type { Hls } from '../../../../../../module/lib/hls'; declare global { interface Window { RadiantMP: typeof RadiantMP; } } type RadiantMPOptions = Parameters[0]; type RadiantMPMuxDataSettings = RadiantMPOptions['muxDataSettings']; export { Hls, RadiantMP, RadiantMPOptions, RadiantMPMuxDataSettings };