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
9 lines • 390 B
TypeScript
/**
* SPARC Team Executor - Redirects to Working Functionality
* Provides helpful guidance to users who try SPARC commands
*/
export declare class TeamSparcExecutor {
static execute(teamType: string, task: string, options?: any): Promise<any>;
static executeSpecialist(specialistType: string, task: string, options?: any): Promise<any>;
}
//# sourceMappingURL=team-sparc.d.ts.map