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