declare function isISOString(val: string): boolean;

export { isISOString };
