export interface optionsType { duration: number; onUpdate?: (params: T) => void; onEnd?: () => void; } //# sourceMappingURL=hp-time.d.ts.map