import { z } from "zod"; export declare const TriggerInboxStatusSchema: z.ZodUnion, z.ZodString]>; export type TriggerInboxStatus = z.infer; export declare const TriggerInboxPausedReasonSchema: z.ZodUnion, z.ZodString]>; export type TriggerInboxPausedReason = z.infer; export declare const TriggerSubscriptionApiSchema: z.ZodObject<{ connection_id: z.ZodUnion; app_key: z.ZodString; action_key: z.ZodString; inputs: z.ZodRecord; }, z.core.$strip>; export declare const TriggerInboxItemSchema: z.ZodObject<{ id: z.ZodString; created_at: z.ZodString; name: z.ZodNullable; status: z.ZodUnion, z.ZodString]>; paused_reason: z.ZodNullable, z.ZodString]>>; notification_url: z.ZodNullable; subscription: z.ZodObject<{ connection_id: z.ZodUnion; app_key: z.ZodString; action_key: z.ZodString; inputs: z.ZodRecord; }, z.core.$strip>; }, z.core.$strip>; export type TriggerInboxItem = z.infer; //# sourceMappingURL=TriggerInbox.d.ts.map