import { AllGeoJSON, Coord } from "@turf/helpers"; /** * http://turfjs.org/docs/#transformrotate */ export default function transformRotate( geojson: T, angle: number, options?: { pivot?: Coord; mutate?: boolean; } ): T;