declare const _default: import("@agent-native/core").ActionDefinition<{ id?: string | undefined; name: string; platform: "email" | "slack" | "telegram"; destination: string; threadRef?: string | undefined; notes?: string | undefined; }, { id: string; ownerEmail: string; orgId: string | null; changeType: string; targetType: string; targetId: string | null; status: string; summary: string; payload: string; beforeValue: string | null; afterValue: string | null; requestedBy: string; reviewedBy: string | null; reviewedAt: number | null; createdAt: number; updatedAt: number; } | { id: string; ownerEmail: string; orgId: string | null; name: string; platform: string; destination: string; threadRef: string | null; notes: string | null; createdBy: string; createdAt: number; updatedAt: number; }>; export default _default; //# sourceMappingURL=upsert-destination.d.ts.map