import { Fetcher } from '../../../common/api'; import { IDiscountParameter, IDiscount } from '../../types'; export declare const updateDiscount: (fetcher: Fetcher, discountId: string, updatedDiscount: Partial) => Promise;