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