export * from 'lodash'; export declare const debounce: (fn: Function, time: number) => Function;