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