import { Path } from "../types";
declare const _default: {
    compute: (...args: any[]) => Promise<Map<Path, number>>;
};
export default _default;
