///
declare const lodash: {
cloneDeep: (value: T) => T;
throttle: any>(func: T_1, wait?: number | undefined, options?: import("lodash").ThrottleSettings | undefined) => import("lodash").DebouncedFunc;
debounce: {
any>(func: T_2, wait: number | undefined, options: import("lodash").DebounceSettingsLeading): import("lodash").DebouncedFuncLeading;
any>(func: T_3, wait?: number | undefined, options?: import("lodash").DebounceSettings | undefined): import("lodash").DebouncedFunc;
};
};
export default lodash;