import { type Linter } from 'eslint';
import { type ESLintConfig, type Flags } from '../types';
export declare const applyFlags: (rules: Linter.RulesRecord, flags: Flags) => ESLintConfig['rules'];
