import { SshkeyIndex } from './SshkeyIndex';
export declare type SshkeysGetResponse = {
    sshkeys?: SshkeyIndex;
};
