export type Heuristic = 'Manhatten' | 'Manhattan' | 'Euclidean' | 'Chebyshev' | 'Octile';