/**
 * Copyright (c) @talatkuyuk AKA @ipikuka
 * SPDX-License-Identifier: MPL-2.0
 */
import type { VFile } from "vfile";
import type { CompileOptions, CompileResult } from "./types.js";
/**
 * compiles the vfile source via the compile of the "@mdx-js/mdx".
 *
 * returns the compiled source.
 */
export declare function compile(vfile: VFile, options?: CompileOptions): Promise<CompileResult>;
//# sourceMappingURL=compile.d.ts.map