export default function throttle(fn: (...args: T) => unknown, timeout: number): (...args: T) => void;