export default function throttle(fnc: any, time: any): (...args: any[]) => any;