UNPKG

newo

Version:

NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, r

9 lines 350 B
/** * Enhanced error logging for CLI */ export declare function logCliError(level: 'error' | 'warn' | 'info', message: string, meta?: Record<string, unknown>): void; /** * Enhanced error handling with user-friendly messages */ export declare function handleCliError(error: unknown, operation?: string): never; //# sourceMappingURL=errors.d.ts.map