export declare const correlationCenter: (data: any, options: any) => {
    [x: string]: any;
    [x: number]: any;
};
