import { IIsoTimestamp } from '../../../'; export interface ITimestamped { timestamp: IIsoTimestamp; } export declare const isITimestamped: (t: any) => t is ITimestamped;