export declare function isUTCString(str?: string): boolean;
export declare function isDateType(value: any): boolean;
