/** * @file - base shared eslint configuration with configured eslint-plugin-next settings * @author - Jeff Beck */ declare const nextConfigExtended: import("eslint/config").Config[]; export { nextConfigExtended }; //# sourceMappingURL=next.config.d.ts.map