import type { types as t } from "@marko/compiler";
export declare function getParentTag(tag: t.NodePath<t.MarkoTag>): t.NodePath<t.MarkoTag> | undefined;
export declare function getAttributeTagParent(tag: t.NodePath<t.MarkoTag>): t.NodePath<t.MarkoTag>;
