/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * @hidden */ export declare enum OperatingModel { ServerAuthoritative = "server-authoritative", PeerAuthoritative = "peer-authoritative" } //# sourceMappingURL=operatingModel.d.ts.map