import { Command } from "commander"; import { AIProvider } from "../../core/types"; export declare const PROVIDER_MODELS: Record; export declare const initCommand: Command;