declare const config: { extends: string[]; rules: { [rule: string]: boolean | any[]; }; }; export = config;