declare const config: (style: 'glob' | 'minimatch') => { files: string[]; rules: Record; }; export = config;