export default function debounce(fn: (arg?: any) => any, delay?: number, immediate?: boolean): (...arg: any) => any;
