import type { Host } from './Host'; import type { HostId } from './HostId'; export type Hosts = { [key: HostId]: Host; };