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