/** * Wrap the estree in `MDXContent`. * * @param {Readonly} options * Configuration. * @returns * Transform. */ export function recmaDocument(options: Readonly): (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