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