import { Severity } from '../../../enums'; declare const _default: { "sort-imports": (Severity | { ignoreDeclarationSort: boolean; })[]; }; /** * Ignoring declaration sort order because of conflicts with 'import/order'. */ export default _default;