import { Response, RetrofitService } from "@polyvharmony/media-player-foundation"; import { PLVLiveChannelJsonRequestResultVO } from "./vo/PLVLiveChannelJsonRequestResultVO"; declare class PLVLiveApi extends RetrofitService { /** * 备用接口 优先使用 {@link PLVPlayerApi#getChannelJson} */ getChannelJson(userId: string, channelId: string): Promise>; } export declare const api_live_polyv_net: PLVLiveApi; export {};