export declare function Scope(mode?: 'global' | 'internal'): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;