import { z } from 'zod'; import { ApplicationEventName } from '../audit-events/index'; import { EventDestinationScope } from './dto'; export declare const EventDestinationPlatformScope: z.ZodObject<{ scope: z.ZodLiteral; platformId: z.ZodString; events: z.ZodArray>; url: z.ZodString; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export declare const EventDestination: z.ZodDiscriminatedUnion<[z.ZodObject<{ scope: z.ZodLiteral; platformId: z.ZodString; events: z.ZodArray>; url: z.ZodString; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ scope: z.ZodLiteral; projectId: z.ZodString; platformId: z.ZodString; events: z.ZodArray>; url: z.ZodString; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>], "scope">; export type EventDestination = z.infer; export * from './dto'; //# sourceMappingURL=index.d.ts.map