import { Severity } from '../../../enums'; declare const _default: { "comma-style": (string | Severity | { exceptions: { ArrayExpression: boolean; ArrayPattern: boolean; ArrowFunctionExpression: boolean; CallExpression: boolean; FunctionDeclaration: boolean; FunctionExpression: boolean; ImportDeclaration: boolean; ObjectExpression: boolean; ObjectPattern: boolean; VariableDeclaration: boolean; NewExpression: boolean; }; })[]; }; export default _default;