import { IntegrationJobKey, IntegrationLogger } from '../types'; /** * Ends the job, allowing the J1 user to see the the job did finish its work * without errors. */ export default function endJobOnCompletion(logger: IntegrationLogger, jobKey: IntegrationJobKey, accountId: string): Promise;