import { z } from "zod"; export declare const delegateBaseSchema: z.ZodObject<{ providerPublicKey: z.ZodString; timeout: z.ZodOptional; healthCheckTimeout: z.ZodOptional; }, z.core.$strip>; export declare const delegateSchema: z.ZodOptional; healthCheckTimeout: z.ZodOptional; fallbackToLocal: z.ZodDefault>; forceNewConnection: z.ZodDefault>; }, z.core.$strip>>; export type DelegateBase = z.infer; export type Delegate = z.infer; //# sourceMappingURL=delegate.d.ts.map