import { Options } from '../../../core'; /** * Counts and returns the total the number of items in an array. * * @param obj * @param expr */ export declare function $size(obj: object, expr: any, options: Options): any;