/** * Sum durations to a total number of milliseconds. */ export declare function tallyMilliseconds(hours?: number | string, minutes?: number | string, seconds?: number | string, milliseconds?: number | string): number; //# sourceMappingURL=tallyMilliseconds.d.ts.map