import { Any, AnyObject, Options } from "../../../types";
/**
 * Removes whitespace characters, including null, or the specified characters from the beginning and end of a string.
 */
export declare const $trim: (obj: AnyObject, expr: Any, options: Options) => Any;
