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