UNPKG

@composableai/cli

Version:

Code generation for the interaction defined with Composable AI Studio

8 lines 377 B
declare const packageDir: string; declare function getPackage(): any; declare function getVersion(): any; declare function getLatestVersion(): Promise<any>; export declare function upgrade(): Promise<void>; declare function warnIfNotLatest(): Promise<void>; export { getLatestVersion, getPackage, getVersion, packageDir, warnIfNotLatest }; //# sourceMappingURL=package.d.ts.map