UNPKG

snow-flow

Version:

Snow-Flow v3.2.0: Complete ServiceNow Enterprise Suite with 180+ MCP Tools. ATF Testing, Knowledge Management, Service Catalog, Change Management with CAB scheduling, Virtual Agent chatbots with NLU, Performance Analytics KPIs, Flow Designer automation, A

22 lines 582 B
export declare class ClaudeFlowMigration { private logger; constructor(); /** * Check if migration is needed */ checkMigrationNeeded(): Promise<boolean>; /** * Perform migration from .snow-flow to .snow-flow */ migrate(): Promise<void>; /** * Recursively copy directory */ private copyDirectory; /** * Clean up old .snow-flow directory (only after user confirmation) */ cleanup(): Promise<void>; } export declare const migrationUtil: ClaudeFlowMigration; //# sourceMappingURL=migrate-snow-flow.d.ts.map