export declare class Series {
    creatorId: string;
    contentId: string;
    contentIdsList: string[];
    hasContentWithVideo: boolean;
    hasContentWithAudio: boolean;
    lastContentPublished?: number;
    categoryId?: string;
}
