/** * @copyright Copyright (c) 2014-20 Ionică Bizău (https://ionicabizau.net) * @copyright Copyright (c) 2021 Yannick Deubel (https://github.com/yandeu) * @license {@link https://github.com/IonicaBizau/regex-parser.js/blob/master/LICENSE MIT} * @description Copied and modified from https://github.com/IonicaBizau/regex-parser.js/blob/master/lib/index.js */ export declare const parseRegex: (input: string) => RegExp;