capsule-ai-cli
Version:
The AI Model Orchestrator - Intelligent multi-model workflows with device-locked licensing
12 lines • 352 B
TypeScript
import React from 'react';
interface ModelFusionAnimationProps {
models: string[];
onComplete?: () => void;
}
export declare const ModelFusionAnimation: React.FC<ModelFusionAnimationProps>;
export declare const ModelScouter: React.FC<{
model: string;
analyzing: boolean;
}>;
export {};
//# sourceMappingURL=ModelFusionAnimation.d.ts.map