UNPKG

@every-env/cli

Version:

Multi-agent orchestrator for AI-powered development workflows

5 lines 213 B
import { Config, Pattern } from '../types/config.js'; export declare class PatternManager { findPatterns(config: Config, patternNames: string[]): Pattern[]; } //# sourceMappingURL=pattern-manager-stub.d.ts.map