/** Account's ssh state */
export declare enum SshStateEnum {
    'active' = "active",
    'none' = "none",
    'sftponly' = "sftponly"
}
//# sourceMappingURL=SshStateEnum.d.ts.map