import { BaseScope } from '../scopes/base'; export declare function scopeDebug(target: { new (...args: any[]): any; }): typeof BaseScope;