export declare class BillingStatusHistoryBraintree { id: number; timestamp: string | null; status: string | null; balance: number | null; price: number | null; currencyIsoCode: string | null; planId: string | null; subscriptionId: string | null; }