import type { FnU3 } from "@thi.ng/api";
import type { TensorOpTTT } from "./api.js";
/**
 * Higher order tensor op factory. Takes given `fn` and returns a
 * {@link TensorOpTTT} applying the given function componentwise with
 * broadcasting rules (see {@link broadcast} for details).
 *
 * @param fn
 */
export declare const defOpTTT: <T = number>(fn: FnU3<T>) => TensorOpTTT<T>;
//# sourceMappingURL=defopttt.d.ts.map