export { SshPublicKeyArgs, SshPublicKeyState } from "./sshPublicKey"; export type SshPublicKey = import("./sshPublicKey").SshPublicKey; export declare const SshPublicKey: typeof import("./sshPublicKey").SshPublicKey;