import ClientState from "./client/state"; import SharedState from "./sharedState"; import ServerState from "./server/state"; import { sync, syncInRoom, syncInRooms, syncable, syncableInRoom, syncableInRooms, shareableState } from "./decorators"; import AgnosticEmitter from "./agnosticEmitter"; import { ExecutionSide, NoIntantiateEmit } from "./constants"; export declare const generateID: () => string; export { ClientState, ServerState, SharedState, sync, syncInRoom, syncInRooms, syncable, syncableInRoom, syncableInRooms, shareableState, ExecutionSide, NoIntantiateEmit, AgnosticEmitter, }; //# sourceMappingURL=index.d.ts.map