import { type Binding } from "./references"; import type { Section } from "./sections"; export declare function getBranchSectionAccessor(nodeBinding: Binding): NonNullable; export declare function initBranchSection(bodySection: Section, upstreamExpression: Section["upstreamExpression"], sectionAccessor: Section["sectionAccessor"]): void; export declare function resumeOwnerByMarkerWhenStatic(tagSection: Section, bodySection: Section, nodeBinding: Binding, statefulReasonKey: symbol): void;