import { type PathFinder } from "../../types";
export declare function createAStarPathFinder(): PathFinder;
//# sourceMappingURL=aStarPathFinder.d.ts.map