import type { ITensor } from "./api.js";
export declare const setN: <T, TA extends ITensor<T>>(out: TA, n: T) => TA;
//# sourceMappingURL=setn.d.ts.map