export declare class EmailRecipientV1 {
    id: string;
    name: string;
    email: string;
    language: string;
}
