export declare function correlation(x: unknown, y: unknown, method?: 'linear' | 'ranked'): number;