export interface NormalizedRssImage { alt?: string; length?: number; type?: string; url: string; }