UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

9 lines 382 B
export declare const aai: (...argv: string[]) => Promise<any>; export * as components from './components'; export * as constants from './constants'; export * as core from './core'; export * as environment from './environment'; export * as paths from './paths'; export * as infrastructure from './infrastructure'; export * as util from './util'; //# sourceMappingURL=exports.d.ts.map