import { Server } from './Server';
export declare type ServerIndex = Record<string, Server>;
