interface PlayUrlData { playUrl: string; } declare class HLS { static getPlayUrl(id: string | number): Promise; } export default HLS;