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