import type { ConversationTimestamp } from "./chatgpt-client.js"; export declare function canonicalTimeZone(timeZone: string): string; export declare function formatTimestamp(timestamp: ConversationTimestamp | undefined, requestedTimeZone: string): string | null;