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