import { BackgroundExecutionEvent } from './background-execution-event.js'; export interface BackgroundExecutionListener { label?: string; onEvent(event: BackgroundExecutionEvent): Promise; }