import type * as Vital from "../index.js"; export interface RelativeTimeframe { type: "relative"; anchor: string; past: Vital.Period; }