UNPKG

ai-expert

Version:

AI Expert CLI - Advanced management system for specialized Claude assistants

5 lines 245 B
import { StorageService } from '../../services/storage.js'; export declare function queryCommand(storage: StorageService): { execute(expertSlug: string, question?: string, options?: any): Promise<void>; }; //# sourceMappingURL=query.d.ts.map