export declare const debounce: (fn: (...p: any) => void, delay: number) => (this: any, ...rest: any) => void;