import { Cell } from './Cell';
export type Collision = Cell[];
