import type { types as t } from "@marko/compiler";
import type { Section } from "./sections";
export declare function addSetupStatement(section: Section): void;
export declare function addSetupExpr(section: Section, node: t.Node | undefined): void;
export declare function sectionHasSetupStatements(section: Section): boolean;
