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