export default function debounce<F extends (...args: any[]) => any>(duration: number, fn: F): (this: any, ...args: Parameters<F>) => void;
//# sourceMappingURL=debounce.d.ts.map