import type { RuntimeAdapter } from "../../../platform/adapters/base.js"; import type { LayoutItem, MdxBundle } from "../../../types/index.js"; export declare function compileMDXLayouts(layouts: LayoutItem[], compileMDX: (content: string, frontmatter?: Record, filePath?: string) => Promise, adapter: RuntimeAdapter): Promise; //# sourceMappingURL=compiler.d.ts.map