import { types as t } from "@marko/compiler"; import { type Binding } from "./references"; import type { Section } from "./sections"; export declare function getScopeExpression(section: Section, targetSection: Section): t.Identifier | t.MemberExpression; export declare function createScopeReadExpression(reference: Binding, section?: Section): t.MemberExpression;