export declare const NoIntantiateEmit: unique symbol; export declare const ServerInstantiatedFromClientInstantiation: unique symbol; export declare enum InternalSocketEventNames { Change = "change", ChangeInRoom = "change in room", ChangeInRooms = "change in rooms", ClientInstantiated = "client instantiated", ServerInstantiated = "server instantiated", ServerAcceptedChange = "server accept change", ClientAcceptedChange = "client accepted change", ServerRejectedChange = "server reject change", ClientRejectedChange = "client reject change", ServerSyncState = "server sync state", ClientSyncState = "client sync state", Mutation = "mutation", MutationInRoom = "mutation in room", MutationInRooms = "mutation in rooms", SyncRequest = "sync request" } export declare enum ExecutionSide { Client = "client", Server = "server" } export declare const ISE: typeof InternalSocketEventNames; //# sourceMappingURL=constants.d.ts.map