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