import type { UnaryFunction } from '../types';
/** @internal */
export declare function pipeFromArray<TSource, TReturn>(fns: UnaryFunction<TSource, TReturn>[]): UnaryFunction<TSource, TReturn>;
//# sourceMappingURL=pipe.d.ts.map