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