importtype { LevelStage, StageType } from"isaac-typescript-definitions";
/** This is used by the `StageHistory` feature. */exportinterfaceStageHistoryEntry {
readonlystage: LevelStage;
readonlystageType: StageType;
}
//# sourceMappingURL=StageHistoryEntry.d.ts.map