import type { CompilationMode, CompilationTarget, ContentProcessingResult } from "../../../extensions/content/index.js"; export declare function compileMarkdownRuntime(mode: CompilationMode, projectDir: string, content: string, frontmatter?: Record, filePath?: string, target?: CompilationTarget, baseUrl?: string, studioEmbed?: boolean): Promise; //# sourceMappingURL=md-compiler.d.ts.map