import { IntegrationStepExecutionResult } from '../types'; export default function executeIntegrationStepInECS(context: { awsRequestId: string; }, executionTimeoutMilliseconds: number): Promise;