import { z } from "zod/v4"; export declare const httpTransportOptionsSchema: z.ZodObject<{ batch: z.ZodOptional; wait: z.ZodOptional; }, z.core.$strip>]>>; fetchOptions: z.ZodOptional>; methods: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ exclude: z.ZodOptional>; }, z.core.$strip>]>>; retryCount: z.ZodOptional; retryDelay: z.ZodOptional; timeout: z.ZodOptional; }, z.core.$strip>;