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