export declare const HTML = "HTML";
export declare const OUTPUT = "OUTPUT";
export declare const TAG = "TAG";
export declare const ERROR = "ERROR";
export declare const MAX_CYCLES_AT_MAX_DEPTH = 3;
export declare const ALLOW_CYCLES_UNTIL_DEPTH = 3;
