export declare enum ContentSourceType {
    PrintedMedia,
    Website,
    Radio,
    Tv
}
