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