export declare const parseRegExpString: (str: string) => {
    source: string;
    flagString: string;
} | null;
export declare const isRegExpString: (str: string) => boolean;
