/** * String Expression Operators: https://docs.mongodb.com/manual/reference/operator/aggregation/#string-expression-operators */ import { Options } from '../../../core'; /** * Returns the number of UTF-8 encoded bytes in the specified string. * * @param {Object} obj * @param {String} expr * @return {Number} */ export declare function $strLenBytes(obj: object, expr: any, options: Options): any;