import { type RouteLine } from "../types";
/** Weighted cost of a route line for A* graph edge (legacy formula). */
export declare function linkCost(line: RouteLine): number;
//# sourceMappingURL=linkCost.d.ts.map