export interface NotificationConnectedEmail {
    notification_email?: string;
    notification_tag?: NotificationConnectedEmail.NotificationTagEnum;
}
export declare namespace NotificationConnectedEmail {
    const validNotificationTagEnum: readonly ["NOTIFICATION_OFF", "NOTIFY_ON_PLATFORM", "NOTIFY_ON_CUSTOM_EMAIL", "NOTIFY_ON_MERCHANT", "NOTIFY_BILATERAL"];
    type NotificationTagEnum = (typeof validNotificationTagEnum)[number] | 'UNKNOWN';
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=notificationConnectedEmail.d.ts.map