import { ClientsParams } from './meta/Clients'; export default class Tv { static getPlayerResponse(params: ClientsParams): Promise>; }