import ranges from './ranges'; export type Category = typeof ranges[Exclude]; export type Range = Exclude; export type RangePair = [Range, Category]; export type Condition = 'node' | 'node-addons' | 'import' | 'require' | 'module-sync' | 'default';