import { Feature, LineString, Polygon } from "geojson"; export declare function transformRotate(geojson: Feature, angle: number): Feature;