import { DurationObj } from "../types"; declare const durationObjToString: (durationObj: DurationObj) => string; export { durationObjToString };