UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

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