import type { BindInfo } from './BindInfo'; export type Bindings = { [key: number]: BindInfo; };