import type { ContentCompileOptions, ContentProcessingResult } from "veryfront/extensions/content"; export declare function compileMarkdown(options: ContentCompileOptions): Promise; //# sourceMappingURL=markdown-compile.d.ts.map