export declare const softmax: (arr: number[]) => number[]; export declare const normalize: (input: number[]) => number[];