import type { Category } from '@farfetch/blackout-client'; declare const getRootCategory: (categoryId: Category['id'], categories: Category[]) => Category | undefined; export default getRootCategory;