import { Duration } from '@da4h/units'; export interface DebounceParameters { threshold: Duration; } export interface SignalParameters { length: Duration; }