import type * as tf_types from '@tensorflow/tfjs-core'; export type { Tensor, Tensor1D, Tensor2D, Tensor3D, Tensor4D, Tensor5D, Scalar, TensorLike, DataType, Rank, TensorBuffer, } from '@tensorflow/tfjs-core'; export declare const tensor: typeof tf_types.tensor; export declare const tensor1d: typeof tf_types.tensor1d; export declare const tensor2d: typeof tf_types.tensor2d; export declare const tensor3d: typeof tf_types.tensor3d; export declare const scalar: typeof tf_types.scalar; export declare const zeros: typeof tf_types.zeros; export declare const ones: typeof tf_types.ones; export declare const ones_like: typeof tf_types.onesLike; export declare const fill: typeof tf_types.fill; export declare const eye: typeof tf_types.eye; export declare const linspace: typeof tf_types.linspace; export declare const buffer: typeof tf_types.buffer; export declare const one_hot: typeof tf_types.oneHot; export declare const add: typeof tf_types.add; export declare const sub: typeof tf_types.sub; export declare const pow: typeof tf_types.pow; export declare const sqrt: typeof tf_types.sqrt; export declare const square: typeof tf_types.square; export declare const maximum: typeof tf_types.maximum; export declare const mat_mul: typeof tf_types.matMul; export declare const sum: typeof tf_types.sum; export declare const arg_min: typeof tf_types.argMin; export declare const gather: typeof tf_types.gather; export declare const topk: typeof tf_types.topk; export declare const scatter_nd: typeof tf_types.scatterND; export declare const slice: typeof tf_types.slice; export declare const concat: typeof tf_types.concat; export declare const stack: typeof tf_types.stack; export declare const cast: typeof tf_types.cast; export declare const expand_dims: typeof tf_types.expandDims; export declare const where: typeof tf_types.where; export declare const tidy: typeof tf_types.tidy; export declare const keep: typeof tf_types.keep; export declare const clone: typeof tf_types.clone; export declare const dispose: typeof tf_types.dispose; export declare const random_uniform: typeof tf_types.randomUniform; export declare const random_normal: typeof tf_types.randomNormal; export declare const set_backend: typeof tf_types.setBackend; export declare const ready: typeof tf_types.ready; export declare const memory: typeof tf_types.memory; export declare const get_backend: typeof tf_types.getBackend; export declare const env: typeof tf_types.env; export declare const engine: typeof tf_types.engine; export declare const dispose_variables: typeof tf_types.disposeVariables; export declare const linalg: typeof tf_types.linalg; declare const tf: typeof tf_types; export default tf;