/**
 * Componentwise computes leaky ReLU of given nD tensor (using slope `n` for
 * negative inputs) and writes result to `out`. If `out` is null, mutates
 * original. Multi-method.
 *
 * @param out - output tensor
 * @param a - input tensor
 * @param n - slope
 */
export declare const reluN: import("./api.js").MultiTensorOpImpl<import("./api.js").TensorOpTN<number>>;
//# sourceMappingURL=relun.d.ts.map