export declare type NonEmptyArray = ReadonlyArray & { readonly 0: A; }; //# sourceMappingURL=NonEmptyArray.d.ts.map