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