import type { PluginOptions } from '../../types/config.js';
import { type ConfigInput, type Input } from '../../util/input.js';
import type { ESLintConfig, ESLintConfigDeprecated, OverrideConfigDeprecated } from './types.js';
export declare const getInputs: (config: ESLintConfigDeprecated | OverrideConfigDeprecated | ESLintConfig, options: PluginOptions) => (Input | ConfigInput)[];
