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