export declare function conjugateGradient(f: any, initial: any, params: any): { x: any; fx: number; fxprime: any; };