import CardBlock from 'CardBlocks/CardBlock'; import Reporter from 'Reporter/Reporter'; import TimeReal from 'DataTypes/TimeReal'; export default class LastCardDownload extends CardBlock { static BLOCK_TYPE: number; lastCardDownload: TimeReal; constructor(data: ArrayBuffer); className(): string; title(): string; toString(): string; printOn(report: Reporter): void; }