import { Any, AnyObject, Options } from "../../../types";
/** Returns the substring of a string by UTF-8 code point index (zero-based).  */
export declare const $substrCP: (obj: AnyObject, expr: Any, options: Options) => Any;
