import type { NextConfig } from 'next'; /** * withDyrected — Wraps your Next.js config to ensure a single React instance * is used across the app and @dyrected/admin's pre-built bundle. * * Usage in next.config.ts: * import { withDyrected } from '@dyrected/next/config' * export default withDyrected({ ... }) */ export declare function withDyrected(nextConfig?: NextConfig): NextConfig; //# sourceMappingURL=config.d.ts.map