import type { Path } from '../types'; export declare function getWeightBaseOnPath(path: Path): number; //# sourceMappingURL=getWeightBaseOnPath.d.ts.map