import OrderappClientApi from './index'; export default class PromocodeApi { api: OrderappClientApi; constructor(api: OrderappClientApi); getPromocodeValidate(merchantId: string, code: string): Promise; } //# sourceMappingURL=PromoCode.d.ts.map