/*** * Difhub version: 1.0.0 draft * https://difhub.com/view/organizations/Business%20Systems/systems/Settlement/applications/Billing/datasets/EmailDelivery/versions/1 */ export declare class EmailDeliveryDto { emailType: string; emailAddresses: string[]; constructor(d?: EmailDeliveryDto); }