export namespace SUBSCRIPTION_STATUSES { const TRIAL: string; const SUSPENDED: string; const ACTIVE: string; }