import type { Category, Range } from './types';

declare function getRange(category: Category): Range;

export = getRange;