/** * @file - configuration of eslint-plugin-next with recommended settings * @author - Jeff Beck */ declare const nextConfig: import("eslint/config").Config[]; export default nextConfig; //# sourceMappingURL=next.d.ts.map