export declare const $SshkeysGetResponse: {
    properties: {
        sshkeys: {
            type: string;
        };
    };
};
