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

declare function getCategoriesForRange(rangeA: string): Category[];

export = getCategoriesForRange;