import type { types as t } from "@marko/compiler";
export declare function assertNoSpreadAttrs(tag: t.NodePath<t.MarkoTag>): void;
export declare function assertNoBodyContent(tag: t.NodePath<t.MarkoTag>): void;
