import { CrudeTimeSpan } from '../telem/telem'; export declare const throttle: (func: (...args: Args) => void, waitFor: CrudeTimeSpan) => ((...args: Args) => void); //# sourceMappingURL=throttle.d.ts.map