import type { MDXModule } from "./types.js"; export declare function clearMDXModuleCache(): void; export declare function loadMDXModule(modulePath: string): Promise; export declare function loadCompiledMDXModule(compiledCode: string, cacheKey: string): Promise; //# sourceMappingURL=mdx-module-loader.d.ts.map