/**
 * Wrap the estree in `MDXContent`.
 *
 * @param {Readonly<ProcessorOptions>} options
 *   Configuration.
 * @returns
 *   Transform.
 */
export function recmaDocument(options: Readonly<ProcessorOptions>): (tree: Program, file: VFile) => undefined;
import type { ProcessorOptions } from '../core.js';
import type { Program } from 'estree-jsx';
import type { VFile } from 'vfile';
//# sourceMappingURL=recma-document.d.ts.map