export declare type Media = { title: string; url: URL; score?: number; year?: number; };