export declare class Utils { debounce(func: Function, wait: number, immediate?: boolean): () => void; }