export declare function getFirst<E>(array?: E[] | readonly E[] | null, defaultValue?: E | null): E | null | undefined;
