export interface HistoryData {
    indexer: string;
    nzbInfoUrl: string;
    releaseGroup: string;
    age: string;
    ageHours: string;
    ageMinutes: string;
    publishedDate: Date;
    downloadClient: string;
    size: string;
    downloadUrl: string;
    guid: string;
    tvdbId: string;
    tvRageId: string;
    protocol: string;
    torrentInfoHash?: any;
}
//# sourceMappingURL=HistoryData.d.ts.map