²é¿´/±à¼ ´úÂë
ÄÚÈÝ
/** * Debounce of Underscore.js */ export declare const debounce: (func: Function, wait: number, immediate: boolean) => Function;