import type { Reducer } from "./api.js"; /** * Reducer which concatenates inputs into a string, each value separated by * `sep` (default: ""). * * @param sep */ export declare function str(sep?: string): Reducer; export declare function str(sep: string, src: Iterable): string; //# sourceMappingURL=str.d.ts.map