export declare enum ClientType { /** 'none' is an artificial client type, not sent by the backend */ NONE = "none", PERMANENT = "permanent", TEMPORARY = "temporary" } //# sourceMappingURL=ClientType.d.ts.map