export declare const throttle: (func: (...args: unknown[]) => void, limit: number) => (...args: unknown[]) => void;