export declare const pipe: (...fns: ((n: T) => T)[]) => (t: T) => T; //# sourceMappingURL=util.d.ts.map