UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 231 B
import type { ModuleContext, ModuleInterface } from '@n8n/decorators'; export declare class OtelModule implements ModuleInterface { init(): Promise<void>; context(): Promise<ModuleContext>; shutdown(): Promise<void>; }