export interface BondState { power: number; speed: number | null; light: number | null; direction: number | null; }