import type { ModuleContext, ModuleInterface } from '@n8n/decorators'; export declare class OtelModule implements ModuleInterface { init(): Promise; context(): Promise; shutdown(): Promise; }