import { type ISubscriptionDiscountResponse } from '../../types/index.js'; export declare class SubscriptionDiscount { readonly id: string; readonly startsAt: string | null; readonly endsAt: string | null; constructor(subscriptionDiscount: ISubscriptionDiscountResponse); }