import { Linter } from 'eslint';
import antfu from '@antfu/eslint-config';

type AntfuParams = Parameters<typeof antfu>;
declare function empathyco(options?: AntfuParams[0], ...userConfigs: AntfuParams[1][]): Promise<Linter.Config[]>;

export { empathyco };
