declare const parseRegExp: (regexpString: string) => {
    value: string;
    flags: string;
};
export default parseRegExp;
