/** * True in case that there is an undefined value inside the array. * @param array - Array with values. */ export declare function thereIsUndefined(array: Array): boolean;