export default function debounce(fn: any, timeout?: number): (...args: any) => void;
