declare const regExFromString: (regExString: string) => RegExp; export default regExFromString;