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