export declare const debounce: (delay: number) => (_target: T, _propertyKey: string, descriptor: PropertyDescriptor) => void;