import type { ItemNameSpec } from '../store/index.js';
export declare function getRegExpFromString(item: ItemNameSpec): RegExp | undefined;
