export declare function debounce(fn: (...args: Params) => any, ms: number): (...args: any[]) => void; export default debounce;