import { IntegrationExecutionResult, LambdaInvocationContext } from '../types'; /** * Executes the complete integration within a single process. This is the * simplest execution model. See also `executeStepFunctionsStart`. */ export default function executeSingleLambdaLifecycleWithoutJob(context: LambdaInvocationContext): Promise;