import { Linter } from 'eslint';

declare const formatConfig: (name: string, config?: Linter.Config[]) => Linter.Config[];

export { formatConfig };
