import type { Fn } from '../../types/function.types.js'; export declare const throttle: , Args = any>(func: T, rate: number) => T; //# sourceMappingURL=throttle.d.ts.map