export declare function throttle(callback: (...args: TArgs) => unknown, interval?: number): (...args: TArgs) => void;