import * as z from "zod/v3"; export type ChaseOptions = { /** * Custom order comment */ comments?: string | null | undefined; }; /** @internal */ export type ChaseOptions$Outbound = { comments?: string | null | undefined; }; /** @internal */ export declare const ChaseOptions$outboundSchema: z.ZodType; export declare function chaseOptionsToJSON(chaseOptions: ChaseOptions): string; //# sourceMappingURL=chaseoptions.d.ts.map