export declare const debounce: (func: { (eventName: any, srcPath: any): Promise; apply?: any; }, threshold: number, execAsap: boolean) => (this: any) => void;