import { AnyFunc } from "../types"; /** * throttle optimization */ export declare const throttle: >(callback: T, timeout: number) => T; //# sourceMappingURL=throttle.d.ts.map