UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

14 lines 526 B
import { SshDockerTargetConfig } from '../../core/app/target-json-file'; import { Spawner } from '../../util'; export declare function appCleanDockerComponent(props: { targetHostSpawner: Spawner; }): Promise<void>; export declare function appCleanSshDockerComponent(props: { yes: boolean; targetConfig: SshDockerTargetConfig; targetHostSpawner: Spawner; }): Promise<void>; export declare function appCleanComponent(props: { yes: boolean; }): Promise<void>; //# sourceMappingURL=app-clean-component.d.ts.map