import type { DeprecationRule } from './deprecation'; /** * All Deprecation rules. */ export type DeprecationRules = DeprecationRule;