import type { Chunk } from "../definition.js"; /** * joins the elements together with "sep" in the middle */ export declare function join_(self: Chunk, sep: string): string; /** * joins the elements together with "sep" in the middle * * @ets_data_first join_ */ export declare function join(sep: string): (self: Chunk) => string; //# sourceMappingURL=join.d.ts.map