export declare function debounce(...options: any[]): (_proto: any, key: string, descriptor: PropertyDescriptor) => {
    get(): any;
};
