import { Coordinate } from 'types'; export declare const isValidPolygon: (coordinates: Coordinate[]) => boolean;