import { Response, RetrofitService } from '@polyvharmony/media-player-foundation'; import { PLVVodVideoJsonRequestResultVO } from './vo/PLVVodVideoJsonRequestResultVO'; import { PLVLiveChannelJsonRequestResultVO } from './vo/PLVLiveChannelJsonRequestResultVO'; declare class PLVPlayerApi extends RetrofitService { getVideoJson(videoId: string): Promise>; getVideoJsonSecure(videoId: string): Promise>; getChannelJson(userId: string, channelId: string): Promise>; } export declare const api_player_polyv_net: PLVPlayerApi; export {};