export declare const $SshkeyGetResponse: {
    properties: {
        sshkey: {
            type: string;
        };
    };
};
