import { NonEmptyImmutableArray } from "@tsplus/stdlib/collections/NonEmptyImmutableArray/definition"; /** * Retrieves the first element of the array. * @tsplus getter NonEmptyImmutableArray head * @tsplus location "@tsplus/stdlib/collections/NonEmptyImmutableArray/head" */ export declare function head(self: NonEmptyImmutableArray): A; //# sourceMappingURL=head.d.ts.map