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