import type { Fn } from "@thi.ng/api"; /** * @deprecated use * [`@thi.ng/compose`](https://docs.thi.ng/umbrella/compose/functions/juxt.html) * instead * * @param fns - */ export declare const juxt: (...fns: Fn[]) => (x: T) => any[]; //# sourceMappingURL=juxt.d.ts.map