export declare function emptyAsUndefined(array?: E[] | null): (E | undefined)[] | null | undefined;