import { ConfigArray } from 'typescript-eslint';
export { ConfigArray } from 'typescript-eslint';

type FeathersEslintConfigOptions = {
    tsconfig?: {
        /**
         * @default './tsconfig.json'
         */
        path?: string;
        /**
         * @default process.cwd()
         */
        rootDir?: string;
    };
};
declare const defaultConfig: (options?: FeathersEslintConfigOptions) => ConfigArray;

declare const _default: (options?: FeathersEslintConfigOptions) => ConfigArray;

export { type FeathersEslintConfigOptions, _default as default, defaultConfig };
