export declare function debounce any>(func: T, wait: number, immediate?: boolean, timoutName?: string): T;