import { Tensor } from '@tensorflow/tfjs'; import { Drawable } from '../types'; export declare function valuesDistribution(container: Drawable, tensor: Tensor): Promise;