import { Item, Instant } from './Item'; export declare class TimestampedItem extends Item { date: Instant; constructor(src: TimestampedItem); }