import * as z from "zod/v4-mini"; export type GetHelixAgentOperationRequest = { operationId: string; }; /** @internal */ export type GetHelixAgentOperationRequest$Outbound = { operationId: string; }; /** @internal */ export declare const GetHelixAgentOperationRequest$outboundSchema: z.ZodMiniType; export declare function getHelixAgentOperationRequestToJSON(getHelixAgentOperationRequest: GetHelixAgentOperationRequest): string; //# sourceMappingURL=get-helix-agent-operation.d.ts.map