export declare const createDebounceDecorator: (delay?: number) => (originalMethod: any, _context: ClassMethodDecoratorContext) => (this: any, ...args: any[]) => Promise;