import type { EslintConfig } from './index';
export declare const omitRules: (sourceConfig: EslintConfig, rulesToOmit: string[]) => EslintConfig;
export declare const executeInspector: (dir: string) => void;
