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