export type State = "disabled" | "ready";

export type NonspatialMode = "hidden" | "visible";