import * as tf from "@tensorflow/tfjs-node"; export declare const NUMBER_OF_CHANNELS = 3; export declare const readImage: (path: string) => any; export declare const imageByteArray: (image: any, numChannels: number) => Int32Array; export declare const imageToInput: (image: any, numChannels: number) => tf.Tensor;