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