export declare class BillingSubscriptionAmazon { imei: string; clientId: number; subscriptionId: string | null; deviceType: string | null; asin: string | null; planId: string | null; subscriptionStart: Date | null; subscriptionEnd: Date | null; nextBillingDate: Date | null; subscriptionValue: number | null; status: string | null; discounts: object | null; addOns: object | null; nextBillingPeriodAmount: number | null; paymentMethodToken: string | null; scheduledSuspension: Date | null; paymentSkipped: boolean | null; existsInBraintree: boolean | null; createdAt: Date | null; }