export enum Dimension {
  CURRENT = -1,
  MAIN = 0,

  /** Used by the mirror sequence and the escape sequence. */
  SECONDARY = 1,

  DEATH_CERTIFICATE = 2,
}
