declare const tail: (array: any[]) => any;
export default tail;
