import { ITimestamped, IUrl } from '../../../'; export interface ITimestampedLink extends ITimestamped { href: IUrl; } export declare const isITimestampedLink: (t: any) => t is ITimestampedLink;