import { Type } from 'io-ts';
export declare class RTTI_dateTimeType extends Type<string> {
    private static regexExp;
    constructor();
}
export declare const RTTI_dateTime: RTTI_dateTimeType;
