/**
 * @module validator.array
 */
export declare function isArrayEmpty(arg: any[]): boolean;
