export declare function debounce(func: Function, wait: number): Function; export default debounce;