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