/** * @hidden */ export declare class ClientInfo { private _uid; uid: string; private _utid; utid: string; constructor(rawClientInfo: string); }