/**
 * Handle an MDX ESM node.
 *
 * @param {MdxjsEsm} node
 *   hast node to transform.
 * @param {State} state
 *   Info passed around about the current state.
 * @returns {undefined}
 *   Nothing.
 */
export function mdxjsEsm(node: MdxjsEsm, state: State): undefined;
import type { MdxjsEsmHast as MdxjsEsm } from 'mdast-util-mdxjs-esm';
import type { State } from 'hast-util-to-estree';
//# sourceMappingURL=mdxjs-esm.d.ts.map