export default class ClientDevice { static clientInfo(): { platform: string; version: string; appVersion: string; }; }