export declare class Scope { private constructor(); static Global: string; static None: string; static Named(name: string): string; }