export declare const INCOMPLETE_CLOSING_TAG_PATTERN: RegExp;
export declare const CLOSING_SCRIPT_TAG_PATTERN: RegExp;
export declare const CLOSING_STYLE_TAG_PATTERN: RegExp;
export declare const OPEN_TAG_NAME_PATTERN: RegExp;
export declare const CLOSE_TAG_NAME_PATTERN: RegExp;
