export function debounce(callback: any, delay: any): (...args: any[]) => void;
