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