import { TransformedPoint } from './types'; export declare function ccw(polygon: ReadonlyArray>): boolean;