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