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