import { Severity } from '../../../enums'; export declare enum NewIsCapExceptions { } export declare enum CapIsNewExceptions { 'Immutable.Map' = 0, 'Immutable.Set' = 1, 'Immutable.List' = 2 } declare const _default: { "new-cap": (Severity | { newIsCap: boolean; newIsCapExceptions: string[]; capIsNew: boolean; capIsNewExceptions: string[]; })[]; }; export default _default;