import { z } from 'zod'; export declare const RelayerConfigSchema: z.ZodObject<{ chains: z.ZodOptional>; whitelist: z.ZodOptional>>; warpRouteId: z.ZodOptional; retryTimeout: z.ZodOptional; cacheFile: z.ZodOptional; }, z.core.$strip>; export type RelayerConfigInput = z.infer; //# sourceMappingURL=schema.d.ts.map