export interface ModelInfoOptions { serverUrl?: string; json?: boolean; } /** * Display detailed information about a specific model */ export declare function modelInfo(modelId: string, options?: ModelInfoOptions): Promise; //# sourceMappingURL=info.d.ts.map