import * as tf from '../../dist/tfjs.esm.js'; import { BoxPredictionParams } from './types'; export declare function boxPredictionLayer(x: tf.Tensor4D, params: BoxPredictionParams): any;