/**
 * Componentwise computes `Math.pow` of given nD tensors and writes result to
 * `out`. If `out` is null, creates a new tensor using `a`'s type and storage
 * provider and shape as determined by broadcasting rules (see {@link broadcast}
 * for details).
 *
 * @param out - output tensor
 * @param a - input tensor
 * @param b - input tensor (exponent)
 */
export declare const pow: import("./api.js").TensorOpTT<number>;
//# sourceMappingURL=pow.d.ts.map