declare const isLast: (index: number, arr: any[], trueReturn?: any, falsereturn?: any) => any; export default isLast;