/*!
 * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
import type { Linter } from 'eslint';
import type { ConfigOptions } from '../types.d.ts';
/**
 * Typescript related ESLint rules for Nextcloud
 *
 * @param options options defining the config preset flavor
 */
export declare function typescript(options: ConfigOptions): Linter.Config[];
