import { NonEmptyImmutableArray } from "@tsplus/stdlib/collections/NonEmptyImmutableArray/definition"; /** * Constructs a new `NonEmptyImmutableArray`. * @tsplus static NonEmptyImmutableArray.Ops __call * @tsplus static NonEmptyImmutableArray.Ops make * @tsplus location "@tsplus/stdlib/collections/NonEmptyImmutableArray/make" */ export declare function make(head: As[number], ...rest: As): NonEmptyImmutableArray; //# sourceMappingURL=make.d.ts.map