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