import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type ManagerHeartbeatResponse = { acknowledged: boolean; timestamp: string; }; /** @internal */ export declare const ManagerHeartbeatResponse$inboundSchema: z.ZodType; export declare function managerHeartbeatResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=managerheartbeatresponse.d.ts.map