export declare class BillingCustomerAmazon { clientId: number; firstName: string | null; lastName: string | null; email: string | null; streetAddress: string | null; city: string | null; region: string | null; country: string | null; postalCode: string | null; phone: string | null; createdAt: Date | null; }