import { IDiscount } from 'shop'; export declare const discountAdapter: (categories: IDiscount[]) => { [key: string]: IDiscount; };