/** @module array/last.ts */ import { Last } from '../helper-types'; export declare function last(arr: A): Last; export default last;