import { IntegrationInvocationConfig, IntegrationStepFailureEvent, IntegrationExecutionResult } from '../types'; /** * If we receive this exit code from ECS, it means that the container was killed * by an error but it gracefully handled the error (published a job log event). */ export declare const SIGTERM = 143; export default function executeIntegrationFailure(invocationConfig: IntegrationInvocationConfig, event: IntegrationStepFailureEvent, context: any): Promise;