import { AllGeoJSON } from "@turf/helpers"; export default function flip( geojson: T, options?: { mutate?: boolean; } ): T;