export declare const infinityscrollThrottle: (fn: (...args: A) => R, delay: number) => [(...args: A) => R | undefined, () => void];