export declare const isValidArray: (arrayIn: any[] | null | undefined) => boolean;
