export type Head = L extends readonly [ infer H, ...unknown[] ] ? H : never; export declare function head(array: Arr): Head; //# sourceMappingURL=Head.d.ts.map