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