import * as tf from '@tensorflow/tfjs/dist/tf.es2017.js'; import { MobileNetV1 } from './types'; export declare function mobileNetV1(x: tf.Tensor4D, params: MobileNetV1.Params): any;