import { NonEmptyImmutableArray } from "@tsplus/stdlib/collections/NonEmptyImmutableArray/definition"; /** * @tsplus static NonEmptyImmutableArray.Aspects flatMap * @tsplus pipeable NonEmptyImmutableArray flatMap * @tsplus location "@tsplus/stdlib/collections/NonEmptyImmutableArray/flatMap" */ export declare function flatMap(f: (a: A) => NonEmptyImmutableArray): (self: NonEmptyImmutableArray) => NonEmptyImmutableArray; //# sourceMappingURL=flatMap.d.ts.map