import type { ForEachFn } from '../types/functions/mod'; export interface Inspect { (fn: ForEachFn, iter: AsyncIterable): AsyncIterable; (fn: ForEachFn): (iter: AsyncIterable) => AsyncIterable; } export declare const inspect: Inspect; //# sourceMappingURL=inspect.d.ts.map