import { ServerIndex } from './ServerIndex';
export declare type ServersGetResponse = {
    servers?: ServerIndex;
};
