import { z } from 'zod'; export declare const MaxDrawdownOptionsSchema: z.ZodObject<{ prices: z.ZodArray; }, z.core.$strip>; export type MaxDrawdownOptions = z.infer;