export declare class BroadcastListItem { id: number; email: string; typeCode: string; thirdPartySapCode: string; constructor(); fromJSON(json: any): this; }