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