import { UnitTime } from "../interface/business-time"; export default function durationToMs(duration: number, unit?: UnitTime): number;