#!/usr/bin/env node
import { Command } from 'commander';
/**
 * Command for testing AI models
 */
export declare const testModelCommand: Command;
