export declare function debounce(func: (...args: any[]) => void, ms?: number): (...args: any[]) => void;