import { type GlobalReferenceChain } from '@mirascript/mirascript/subtle'; import type { EvalExpressionCache } from './parser.js'; import type { Scope } from './scope.js'; import type { Evaluator } from './main.js'; export type { GlobalReferenceChain }; /** * εˆ†ζžδΎθ΅– */ export declare function analyze(expression: EvalExpressionCache, evaluator: Evaluator, scope: Scope): readonly GlobalReferenceChain[]; //# sourceMappingURL=analyze.d.ts.map