import * as tf from '@tensorflow/tfjs-core'; export declare function prelu<T extends tf.Tensor>(x: T, alpha: tf.Tensor1D): T;