import { Sshkey } from './Sshkey';
export declare type SshkeyGetResponse = {
    sshkey?: Sshkey;
};
