declare function isISOStringWithTimezone(val: string): boolean;

export { isISOStringWithTimezone };
