import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * joins the elements together with "sep" in the middle. * @tsplus static Chunk.Aspects join * @tsplus pipeable Chunk join * @tsplus location "@tsplus/stdlib/collections/Chunk/operations/join" */ export declare function join(sep: string): (self: Chunk) => string; //# sourceMappingURL=join.d.ts.map