import { Linter } from 'eslint';
/** TypeScript */
declare const typescript: Linter.Config[];
export default typescript;
