import { types as t } from "@marko/compiler"; import type { Plugin } from "@marko/compiler/babel-utils"; export declare function enter(modulePlugin: Plugin | void, path: t.NodePath): boolean; export declare function exit(modulePlugin: Plugin | void, path: t.NodePath): boolean;