/// declare function debounce any>(function_: T, delay?: number): (...arguments_: Parameters) => void; export { debounce };