import { ICategoryNested, ICategoryNestedResponse } from 'shop'; export declare const categoryAdapter: (categories: ICategoryNestedResponse[]) => { [key: string]: ICategoryNested; };