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