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