/** * Fill a file with a tree. * * @param {Context} context * Context. * @param {VFile} file * File. * @returns {undefined} * Nothing. */ export function parse(context: Context, file: VFile): undefined; import type { Context } from './index.js'; import type { VFile } from 'vfile'; //# sourceMappingURL=parse.d.ts.map