import * as z from 'zod'; declare const ReportEventRequest: z.ZodObject<{ triggerKey: z.ZodString; options: z.ZodOptional>>; externalEntityId: z.ZodNullable>; idempotency: z.ZodOptional; ttlInMilliseconds: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const ReportEventResponse: z.ZodObject<{ activationIds: z.ZodOptional>; }, z.core.$strip>; declare const BulkReportEventRequest: z.ZodObject<{ triggerKey: z.ZodString; eventsInfo: z.ZodArray>>; externalEntityId: z.ZodNullable>; idempotency: z.ZodOptional; ttlInMilliseconds: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkReportEventResponse: z.ZodObject<{ triggerKey: z.ZodOptional; results: z.ZodOptional>; originalIndex: z.ZodOptional; success: z.ZodOptional; error: z.ZodOptional; description: z.ZodOptional; data: z.ZodNullable>>; }, z.core.$strip>>; }, z.core.$strip>>; eventInfo: z.ZodOptional>>; externalEntityId: z.ZodNullable>; idempotency: z.ZodOptional; ttlInMilliseconds: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>>; activationIds: z.ZodOptional>; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const BulkCancelEventRequest: z.ZodObject<{ triggerKey: z.ZodString; externalEntityIds: z.ZodArray; }, z.core.$strip>; declare const BulkCancelEventResponse: z.ZodObject<{ triggerKey: z.ZodOptional; results: z.ZodOptional>; originalIndex: z.ZodOptional; success: z.ZodOptional; error: z.ZodOptional; description: z.ZodOptional; data: z.ZodNullable>>; }, z.core.$strip>>; }, z.core.$strip>>; externalEntityId: z.ZodOptional; }, z.core.$strip>>>; bulkActionMetadata: z.ZodOptional; totalFailures: z.ZodOptional; undetailedFailures: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; declare const CancelEventRequest: z.ZodObject<{ triggerKey: z.ZodString; externalEntityId: z.ZodString; }, z.core.$strip>; declare const CancelEventResponse: z.ZodObject<{}, z.core.$strip>; declare const ReportActionInvocationCompletedRequest: z.ZodObject<{ status: z.ZodEnum<{ UNKNOWN_STATUS: "UNKNOWN_STATUS"; SUCCESS: "SUCCESS"; FAILURE: "FAILURE"; }>; invocationToken: z.ZodString; options: z.ZodOptional, z.ZodXor; failureInfo: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ failureInfo: z.ZodOptional; successInfo: z.ZodObject<{ result: z.ZodNullable>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ successInfo: z.ZodOptional; failureInfo: z.ZodObject<{ errorDescription: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>]>>>; }, z.core.$strip>; declare const ReportActionInvocationCompletedResponse: z.ZodObject<{}, z.core.$strip>; export { BulkCancelEventRequest, BulkCancelEventResponse, BulkReportEventRequest, BulkReportEventResponse, CancelEventRequest, CancelEventResponse, ReportActionInvocationCompletedRequest, ReportActionInvocationCompletedResponse, ReportEventRequest, ReportEventResponse };