import { Any, AnyObject, Options } from "../../../types";
/**
 * Applies a regular expression (regex) to a string and returns information on the first matched substring.
 */
export declare const $regexFind: (obj: AnyObject, expr: Any, options: Options) => Any;
