import { AutomationTriggerEvent } from '../../automations/types/automationTriggerEvent'; import { DeploymentStatusTrigger } from '../../automations/types/deploymentStatusTrigger'; import { MapFunction } from '../../schemas/mapper'; export declare const mapDeploymentStatusTriggerToAutomationTrigger: MapFunction; export declare const mapAutomationTriggerToDeploymentStatusTrigger: MapFunction;