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