/**
 * @param {string} input
 * @returns {RegExp}
 */
export declare function parseRegularExpression(input: string): RegExp;
