export type MainLoopUpdatableState = { // Can be set to false to be permanently removed from the loop. needsUpdates: boolean; };