UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

7 lines 279 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare const modelPackageCloudClient: { download(id: string, version: number): Promise<Readable>; publish(dir?: string): Promise<string>; }; //# sourceMappingURL=model-package-cloud-client.d.ts.map