import OrderappClientApi from './index'; export default class MenuApi { api: OrderappClientApi; constructor(api: OrderappClientApi); getCategoryMenus(merchantId: string, categoryId: string): Promise>>; getCategorySets(merchantId: string, categoryId: string): Promise>>; getSetMenus(merchantId: string, setId: string): Promise>>; } //# sourceMappingURL=Menu.d.ts.map