import { IntegrationExecutionResult } from '../types'; import { IntegrationStepFunctionsEndContext } from '../types/step-functions'; /** * Completes the execution of a Step Functions integration. * * @param context the invocation context * @param jobKey the job key created when the state machine was started */ export default function executeStepFunctionsEnd(context: IntegrationStepFunctionsEndContext): Promise;