import { ServerIndex } from './ServerIndex';
export declare type DeletedServersGetResponse = {
    deleted_servers?: ServerIndex;
};
