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