/**
* These are the types of keys that you can put on the local variables that you feed to the save
* data manager.
*/export declare enumSaveDataKey {
PERSISTENT = "persistent",
RUN = "run",
LEVEL = "level",
ROOM = "room"
}
//# sourceMappingURL=SaveDataKey.d.ts.map