UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

6 lines 232 B
export declare type SshSpawner = ReturnType<typeof SshSpawner>; export declare function SshSpawner(opts: { targetHostname: string; targetPath?: string; }): import("./types").Spawner; //# sourceMappingURL=ssh-spawner.d.ts.map