/**
 * Defines constants for standard authentication methods.
 */
export declare const enum AuthenticationMethod {
    none = "none",
    publicKey = "publickey",
    password = "password",
    hostBased = "hostbased",
    keyboardInteractive = "keyboard-interactive"
}
//# sourceMappingURL=authenticationMethod.d.ts.map