export declare function isBasicArray(value: any): boolean;
export declare function isObjectArray(value: any, valueField: string): boolean;
