import { DurationInput } from '../types'; export declare const getUnitCount: (duration: DurationInput) => number;