import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const TriggerRecipientsTypeEnum: { readonly Subscriber: "Subscriber"; readonly Topic: "Topic"; }; export type TriggerRecipientsTypeEnum = ClosedEnum; /** @internal */ export declare const TriggerRecipientsTypeEnum$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=triggerrecipientstypeenum.d.ts.map