import { IntegrationExecutionContext, IntegrationInvocationContext, IntegrationLogger } from '../types'; /** * @param context the invocation context * @param logger the logger configured for the job execution */ export default function initializeExecutionContext(context: IntegrationInvocationContext, logger: IntegrationLogger): Promise;