/** Serialize a {@link Date} as a timestamp always in the UTC time zone */ export declare function serializeDateUTC(date: Date): string;