import { UserPassword } from './UserPassword'; export declare class Login { sshKey?: string; userPassword?: UserPassword; constructor(); withSshKey(sshKey: string): Login; withUserPassword(userPassword: UserPassword): Login; } //# sourceMappingURL=Login.d.ts.map