import { Fetcher } from '../../../common/api'; import { IDiscount } from '../../types'; export declare const getDiscount: (fetcher: Fetcher, id: string) => Promise;