import { NonEmptyImmutableArray } from "@tsplus/stdlib/collections/NonEmptyImmutableArray/definition"; import { ImmutableArray } from "@tsplus/stdlib/collections/ImmutableArray/definition"; /** * Retrieves all elements of the array except for the first. * @tsplus getter NonEmptyImmutableArray tail * @tsplus location "@tsplus/stdlib/collections/NonEmptyImmutableArray/tail" */ export declare function tail(self: NonEmptyImmutableArray): ImmutableArray; //# sourceMappingURL=tail.d.ts.map