export declare function debouncedEmit(emitFunction: (events: T[]) => Promise): (event: T) => void; //# sourceMappingURL=debounced-emit.d.ts.map