import OrderappMerchantApi from './index'; export default class MerchantApi { api: OrderappMerchantApi; constructor(api: OrderappMerchantApi); getMerchant(): Promise; updateInfo(info: IMerchantUpdateInfoRequest): Promise; updateSurcharge(surcharge: IMerchantUpdateSurchargeRequest): Promise; updateRounding(rounding: IOrderRounding): Promise; updateClientLocales(locales: string[]): Promise; updateClientDefaultLanguage(language: string): Promise; updateBatchPrintLanguage(language: string): Promise; updateWaiterEnable(enabled: boolean): Promise; updateDynamicQRCodeEnable(dynamic: boolean): Promise; updateDynamicQRCodeCustomText(value: string): Promise; updateDynamicQRCodeDisableCustomerCount(disableCustomerCount: string): Promise; updateTakeawayPickupAfterMinutes(minutes: number): Promise; updateAutoPrintReceipt(autoPrintReceipt: number): Promise; updateRecommendCustomText(value: string): Promise; updateLitePrinting(litePrinting: boolean): Promise; updateEnableCode(enable: boolean): Promise; updateFooterCustomText(value: string): Promise; updateOpening(openings: { [weekdayFrom0: number]: IOpeningWithSurcharge[]; }): Promise; updatePayment(payment: IMerchantSetPaymentRequest): Promise; createTablegroup(group: string): Promise; deleteTablegroup(group: string): Promise; updateTable(table: string, group: string): Promise; deleteTable(table: string): Promise; getUiVersion(client: string): Promise; } //# sourceMappingURL=Merchant.d.ts.map