import { z } from 'zod'; export declare const BetaOptionsSchema: z.ZodObject<{ assetReturns: z.ZodArray; benchmarkReturns: z.ZodArray; }, z.core.$strip>; export type BetaOptions = z.infer;