declare function toISOStringTimezone(date: Date): string;

export { toISOStringTimezone };
