import type { Node } from '@markdoc/markdoc'; import type { MdOptions } from '@redocly/config'; export declare function transformMdAst(ast: Node, config: MdOptions, serverOutDir: string): Promise<{ headings: { value: string; id: string; depth: number; }[]; renderableAst: import("@markdoc/markdoc").RenderableTreeNode; pageProps: any; }>; //# sourceMappingURL=runtime-transform.d.ts.map