import type { SshPubKey } from './SshPubKey'; export type SshAddParams = { key: SshPubKey; };