import { UnsupportedExtension } from "../../utils";
export declare function calculate(path: string): number | UnsupportedExtension;
