/** * Transform the tree associated with a file with configured plugins. * * @param {Context} context * Context. * @param {VFile} file * File. * @param {Callback} next * Callback. * @returns {undefined} * Nothing. */ export function transform(context: Context, file: VFile, next: Callback): undefined; import type { Context } from './index.js'; import type { VFile } from 'vfile'; import type { Callback } from 'trough'; //# sourceMappingURL=transform.d.ts.map