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