export declare class BillingCustomerBraintree { id: string; firstName: string | null; lastName: string | null; company: string | null; email: string | null; phone: string | null; createdAt: Date | null; updatedAt: Date | null; churnStatus: string | null; }