export type State = "disabled" | "error" | "feature-unsupported" | "locating" | "ready";