import { Linter } from 'eslint';
import { BaseConfigOptions } from '../utils/types';

export declare function getUnicornConfig({ overrides }: BaseConfigOptions): Promise<Linter.Config<Linter.RulesRecord>>;
