declare interface RoomList extends IsaacAPIClass { Get: (idx: int) => Readonly | undefined; Size: int; }