import type { StringTag } from './StringTag.type.js';
import { AnySupport } from './index.js';
export declare function isLikeTags(newSupport: AnySupport | StringTag,
oldSupport: AnySupport): boolean;
export declare function isLikeValueSets(values0: any[], values1: any[]): boolean;