export declare type AddCustomerEmailRequest = {
    /**
     * Sets the customer email, if it was not set before.
     */
    email?: string;
};
