export type Coordinate = [number, number];
export declare function isCoordinateEql(c1: Coordinate, c2: Coordinate): boolean;
