import type { Nullable } from "@thi.ng/api"; export declare function mapcat(fn: (...args: any[]) => Nullable>, ...inputs: Iterable[]): IterableIterator; //# sourceMappingURL=mapcat.d.ts.map