UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 334 B
import type { BreakingChangeRuleMetadata, IBreakingChangeInstanceRule, InstanceDetectionReport } from '../../types'; export declare class DotenvUpgradeRule implements IBreakingChangeInstanceRule { id: string; getMetadata(): BreakingChangeRuleMetadata; private fileExists; detect(): Promise<InstanceDetectionReport>; }