declare interface TemporaryEffect extends IsaacAPIClass {
  Cooldown: int;
  Count: int;
  Item: ItemConfigItem;
}
