import type { ItemNameSpec } from '../store/index.js'; export declare function isRegExp(typeGroupItem: unknown): typeGroupItem is RegExp; export declare function isRegExpString(item: ItemNameSpec): boolean;