import type { Fn } from "@thi.ng/api"; import type { Transducer } from "./api.js"; export type LabelFn = L | Fn; export declare function labeled(id: LabelFn): Transducer; export declare function labeled(id: LabelFn, src: Iterable): IterableIterator<[L, T]>; //# sourceMappingURL=labeled.d.ts.map