declare module "calculate-measurement" {
    export default function (val: string | number, val2: string | number): string;
}
