import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; /** * The name of method used to surface relevant data for a given calendar event. */ export declare const EventStrategyName: { readonly CustomerCard: "customerCard"; readonly News: "news"; readonly Call: "call"; readonly Email: "email"; readonly MeetingNotes: "meetingNotes"; readonly LinkedIn: "linkedIn"; readonly RelevantDocuments: "relevantDocuments"; readonly ChatFollowUps: "chatFollowUps"; readonly Conversations: "conversations"; }; /** * The name of method used to surface relevant data for a given calendar event. */ export type EventStrategyName = OpenEnum; /** @internal */ export declare const EventStrategyName$inboundSchema: z.ZodType; //# sourceMappingURL=eventstrategyname.d.ts.map