export * from "./blockScope"; export * from "./catchScope"; export * from "./classScope"; export * from "./forScope"; export * from "./functionExpressionNameScope"; export * from "./functionScope"; export * from "./globalScope"; export * from "./moduleScope"; export * from "./scope"; export * from "./switchScope"; export * from "./tdzScope"; export * from "./withScope";