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

declare function getCategory(nodeVersion?: string): Category;

export = getCategory;