import type { types as t } from "@marko/compiler";
export default function isStatic(path: t.NodePath<any>): path is t.NodePath<t.MarkoScriptlet> | t.NodePath<t.ExportDeclaration> | t.NodePath<t.ImportDeclaration>;
