import { ExecuteApiFetch } from './apifetch';
declare const throttle: (delay: number, callback: ExecuteApiFetch) => ((...args: Parameters<ExecuteApiFetch>) => void);
export default throttle;
//# sourceMappingURL=throttle.d.ts.map