/*!
 * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
import type { Linter } from 'eslint';
/**
 * Config setup for the node environment.
 * Config files should be parsed as Node.JS scripts with Node globals etc.
 */
export declare const node: Linter.Config[];
