/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <> * @codegenCommand yarn workspace @atlaskit/eslint-plugin-design-system codegen */ import type { ESLint } from 'eslint'; import { rules } from './rules/index.codegen'; declare const meta: { name: string; version: string; }; export declare const plugin: ESLint.Plugin; declare const configs: ESLint.Plugin['configs']; export { configs, meta, rules }; export default plugin;