export declare const SEMANTIC_TAG_REGEX: RegExp; export declare const isRelaxedTagOf: (requestedSemanticTag: RegExpMatchArray, match: RegExpMatchArray) => boolean;