import type { NumberValueObject } from '../_types/global';
export declare function arrCount(array: string[] | number[]): NumberValueObject;
