/** Existing SSH Keypair */
export interface SshKey {
    /** SSH Keypair name */
    name: string;
}
//# sourceMappingURL=SshKey.d.ts.map