export declare enum ScopeType {
    Root = 1,
    Child = 2
}
//# sourceMappingURL=scope-type.d.ts.map