import { types as t } from "@marko/compiler"; import type { Binding } from "./references"; import { type Section } from "./sections"; export declare function setTagDownstream(tag: t.NodePath, binding: undefined | Binding): void; export declare function finalizeTagDownstreams(section: Section): void;