import type { ICreateConfigOptions, IRules } from './interface';
declare function createRecommendConfig(opts?: ICreateConfigOptions): IRules;
export = createRecommendConfig;
