export declare function debounce) => void>(this: ThisParameterType, fn: T, delay?: number): (...args: Parameters) => void;