import * as tf from '@tensorflow/tfjs'; export declare type PersonSegmentationInput = ImageData | HTMLImageElement | HTMLCanvasElement | HTMLVideoElement | tf.Tensor3D;