import { FeatureCollection, GeoJsonProperties, Geometry } from "geojson"; import type { PathFinderGraph, PathFinderOptions } from "./types"; export default function preprocess(network: FeatureCollection, options?: PathFinderOptions): PathFinderGraph;