import { Coordinates } from '../entities/coordinates'; export interface IEncodeDirection { encode(coordinates: Coordinates[]): string; }