import type { Fn0 } from "@thi.ng/api"; import type { Transducer } from "./api.js"; export declare function interleave(sep: B | Fn0): Transducer; export declare function interleave(sep: B | Fn0, src: Iterable): IterableIterator; //# sourceMappingURL=interleave.d.ts.map