import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the number of UTF-8 code points in the specified string.
 */
export declare const $strLenCP: (obj: AnyObject, expr: Any, options: Options) => Any;
