export interface InsightsTimespanFields { startTime: string; endTime: string; daysBack?: number; } export declare function formatTimespan(timespan: InsightsTimespanFields): string; export declare function toDateOnly(isoTimestamp: string): string;