import { Position } from "geojson"; export default function roundCoord(coord: Position, tolerance: number): Position;