export declare function hasOneOfTags(userTags: (string | RegExp)[], tagsToVerify: (string | RegExp)[]): boolean; export declare function hasAllTags(userTags: (string | RegExp)[], tagsToCompare: (string | RegExp)[]): boolean;