import type { HostId } from './HostId'; export type BindId = { id: HostId; internalPort: number; };