declare const throttle: (cb: Function) => (arg: any) => void; export { throttle }; //# sourceMappingURL=util_common.d.ts.map