/*
* Copyright (C) 2022 Klaus Reimer <k@ailis.de>
* See LICENSE.md for licensing information.
*//** Available power states. */export type PowerState = "InPrepareRadius" | "Prepared" | "Exploited" | "Contested" | "Controlled" | "HomeSystem"
| "Turmoil";