export declare class BillingCustomerStripe { id: string; name: string | null; email: string | null; phone: string | null; street: string | null; city: string | null; region: string | null; country: string | null; postalCode: string | null; createdAt: Date | null; updatedAt: Date | null; hasMigratedExpiredCard: boolean; }