import { Arity1 } from '@typed/lambda'; /** * Apply an async iterable of functions to an async iterable of values. */ export declare const ap: { (fn: Iterable>, value: Iterable): Iterable; (fn: Iterable>): (value: Iterable) => Iterable; }; //# sourceMappingURL=ap.d.ts.map