export default function throttle(fn: any, interval: number): (...args: any[]) => void;