import { z } from "zod"; export declare const heartbeatRequestSchema: z.ZodObject<{ type: z.ZodLiteral<"heartbeat">; delegate: z.ZodOptional; healthCheckTimeout: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const heartbeatResponseSchema: z.ZodObject<{ type: z.ZodLiteral<"heartbeat">; number: z.ZodNumber; }, z.core.$strip>; export type HeartbeatRequest = z.infer; export type HeartbeatResponse = z.infer; //# sourceMappingURL=heartbeat.d.ts.map