UNPKG

n8n

Version:

n8n Workflow Automation Tool

10 lines (9 loc) 260 B
import { Logger } from 'n8n-core'; export declare class DeprecationService { private readonly logger; private readonly deprecations; private readonly state; constructor(logger: Logger); warn(): void; isInUse(envVar: string): boolean; }