import type { AutomationEvent } from '../../automations/domain/types.js'; import type { PublishEventInput } from './types.js'; export declare function mapProductEventToProactive(input: { event: AutomationEvent; workspaceId: string; defaultAgentId: string; }): PublishEventInput | null;