import AWS from 'aws-sdk'; export declare const getStepExitedEvent: (events: AWS.StepFunctions.HistoryEvent[], lastStepEvent: AWS.StepFunctions.HistoryEvent) => AWS.StepFunctions.HistoryEvent | undefined; export declare const getTaskExitedEventOutput: (event: AWS.StepFunctions.HistoryEvent) => string | undefined; //# sourceMappingURL=execution-history.d.ts.map