import { z } from 'zod'; export declare const CorrelationMatrixOptionsSchema: z.ZodObject<{ returns: z.ZodArray>; labels: z.ZodOptional>; }, z.core.$strip>; export type CorrelationMatrixOptions = z.infer;