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