import type { NextConfig } from './config';
import type zod from 'next/dist/compiled/zod';
export declare const configSchema: zod.ZodType<NextConfig>;