export declare const cappedArrayDebounce: (cb: (items: T[]) => void, timeout: number, maxItems: number, maxTimeWaiting?: number) => { addItem: (item: T) => void; flush: () => void; pendingItems: () => number; }; //# sourceMappingURL=capped-array-debounce.d.ts.map