import { types as t } from "@marko/compiler"; export declare function isStaticText(node?: t.Node): boolean | undefined; export declare function getPrevStaticSibling(path: t.NodePath): t.Node;