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