File size: 151 Bytes
fea495a
 
 
1
2
3
4
import type { NextConfig } from './config';
import type zod from 'next/dist/compiled/zod';
export declare const configSchema: zod.ZodType<NextConfig>;