export function debounce(func: any, delay?: number): (...args: any[]) => void; export function isScrollPositionAtTarget(targetScrollPosition: any, threshold?: number): boolean;