import * as tf from '@tensorflow/tfjs/dist/tf.es2017.js';
export declare function leaky(x: tf.Tensor4D): tf.Tensor4D;
