import { type CreateMDXOptions } from "fumadocs-mdx/next"; import type { NextConfig } from "next"; export type CreateGeistdocsOptions = CreateMDXOptions; /** Compose Fumadocs MDX with Geistdocs App Router discovery. */ export declare const createGeistdocs: (options?: CreateGeistdocsOptions) => (nextConfig?: NextConfig | Promise) => Promise; //# sourceMappingURL=next.d.ts.map