export declare function debug(name?: string): (fn: (this: This, ...args: Args) => Return, context?: ClassMethodDecoratorContext Return>) => (this: This, ...args: Args) => Return;