import { Automation } from '../../automations/types';
import { AutomationResponse } from '../../automations/types/api/automation';
import { MapFunction } from '../../services';
export declare const mapAutomationResponseToAutomation: MapFunction<AutomationResponse, Automation>;
