import {
    analyze,
    type AnalyzeOptions,
    BlockScope,
    Definition,
    FunctionScope,
    GlobalScope,
    ModuleScope,
    Reference,
    Scope,
    ScopeManager,
    Variable,
} from "./index.cjs";

export {
    analyze,
    type AnalyzeOptions,
    BlockScope,
    Definition,
    FunctionScope,
    GlobalScope,
    ModuleScope,
    Reference,
    Scope,
    ScopeManager,
    Variable,
};
