import { Any, AnyObject, Options } from "../../../types";
/**
 * Replaces the first instance of a matched string in a given input.
 */
export declare const $replaceOne: (obj: AnyObject, expr: Any, options: Options) => Any;
